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

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 Leaders.
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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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.

Suggest an answer

Log in or Sign up to answer