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: 

Is there any way to block only allowed IP Address can Access BitBucket Repo

jishadp
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 1, 2015

I am working on a web application project and keep all the files in bit-bucket repository with my colleagues in office.

Is there any way to limit he access of repository only on my office. ?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jeff Thomas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 2, 2015

If this is for Bitbucket Server (where you're hosting yourself), then you could do this at the Tomcat level or add a reverse proxy to restrict access.

For Tomcat you could add the following in the <Engine> block of your server.xml:

<Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="10\.10\.10\.2|10\.10\.10\.3|192\.168\.1\.\d+"/>

This will only allow requests from 10.10.10.2, 10.10.10.3, and everything in the 192.168.1.x range.

Vitus Pesch
February 23, 2018

So how we do this now that in Bitbucket 5.x the server.xml got merged into bitbucket.properties?

Like Adrian Boldor likes this
Adrian Boldor
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 17, 2019

Yeah would like to be able to do this in the current version, unfortunately haven't found anything in bitbucket.properties documentation

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
December 1, 2015

Hello,

 

currently you can't do that at Bitbucket level. There's an open feature for this purpose (https://bitbucket.org/site/master/issues/3717/limiting-repo-access-by-ip-address-bb-3715). 

Btw, if you need to limit access to whole Bitbucket, you can setup your network so that Bitbucket can be reached just using internal network. That's all.

Hope this helps,

Fabio

TAGS
AUG Leaders

Atlassian Community Events