Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict Access to Remote API

Merkle Germany GmbH April 7, 2015

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

2 answers

0 votes
Pedro Cora
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 9, 2015

+1

Suggest an answer

Log in or Sign up to answer
TAGS
atlassian, confluence administration, confluence admin training, confluence learning path, manage users and permissions, confluence certification, atlassian learning, cloud admin tools, streamline collaboration, confluence admin best practices

🚨New Confluence Admin Course Alert!

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
AUG Leaders

Atlassian Community Events