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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.