Hello, Is there a straightforward way of defining which IPs are authorized to access to ZMI? I want to block public interface access and allow it only from internal network - VPN. I don't want authentication box to pop up to any single visitor with a browser. It is Zope 2.9.4. As I searched, I came across with docs of how to write scripts to define access rules to the specific folders. Should I go that way and implement an access rule for /manage? Thanks, Ustun
On 16.06.09 17:36, Ustun Kaya wrote:
Hello,
Is there a straightforward way of defining which IPs are authorized to access to ZMI? I want to block public interface access and allow it only from internal network - VPN. I don't want authentication box to pop up to any single visitor with a browser.
It is Zope 2.9.4. As I searched, I came across with docs of how to write scripts to define access rules to the specific folders. Should I go that way and implement an access rule for /manage? I would implement such a policy within a front-end reverse proxy like Apache.
-aj
You mean running Zope behind Apache server with rewrite rule and stuff? That's what I'm going to do unless Zope itself provides me this functionality? Best, Ustun On Tue, Jun 16, 2009 at 6:49 PM, Andreas Jung<lists@zopyx.com> wrote:
On 16.06.09 17:36, Ustun Kaya wrote:
Hello,
Is there a straightforward way of defining which IPs are authorized to access to ZMI? I want to block public interface access and allow it only from internal network - VPN. I don't want authentication box to pop up to any single visitor with a browser.
It is Zope 2.9.4. As I searched, I came across with docs of how to write scripts to define access rules to the specific folders. Should I go that way and implement an access rule for /manage? I would implement such a policy within a front-end reverse proxy like Apache.
-aj
Ustun Kaya wrote:
You mean running Zope behind Apache server with rewrite rule and stuff? That's what I'm going to do unless Zope itself provides me this functionality?
It's what you should be doing anyway ;-) Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Andreas Jung -
Chris Withers -
Ustun Kaya