Hi,
we want to restrict the access to the Remote API for a Subnet.
For access restriction we tried (nginx proxy) the following configuration, which "disabled" our Login from external ressources (after entering user data an error occurs with login failed):
location / { proxy_pass http://internal.jira.server:8080; proxy_redirect off; } location /rest { allow 10.0.0.0/8; deny all; proxy_pass http://internal.jira.server:8080/rest/; proxy_redirect off; }
The reason for this restriction is, that some customers do some regulary Remote API Calls which slows down our instance. We want to restrict this (but cannot completly disable the Remote API function).
Regards
Patrick
+1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Manage Confluence like never before! This new learning path teaches you how to manage content, users, and permissions while optimizing user experience. Built for admins at all levels who want to confidently lead and unlock more innovative collaboration.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.