The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to restrict jira access/browsing only to a certain set of ip's.

Kapil Bolli
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 22, 2012

Hello I am using JIRA 4.3.2, we want our JIRA to be accessible only to certain IP's.

How can we achieve it.

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Colin Goudie
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 22, 2012

I would recommend this is done at the firewall level if the server is behind one. Or if you are using apache webserver in front of JIRA you could use mod_access directives.

e.g.

http://httpd.apache.org/docs/1.3/mod/mod_access.html#allow

0 votes
ViktorT
January 22, 2012

The best solution is definitely to configure your firewall. But technically you can also configure urlrewrite.xml

Documentation link http://urlrewritefilter.googlecode.com/svn/trunk/src/doc/manual/3.2/index.html

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 22, 2012

Jira doesn't support this in any way (and it's the wrong place to do it anyway - ip-restricted requests shouldn't reach the service at all). You need to block them in the network (firewalls) or web-server side (apache or IIS)

However, bear in mind why you are doing this. If it's for security, please reconsider - it is quite easy to fake up addresses on packets, so it's not useful for security.

TAGS
AUG Leaders

Atlassian Community Events