I have a JIRA server that is external facing i.e. outside the firewall.
I have a Bamboo server that is inside the firewall.
Bamboo server can see JIRA server
JIRA server cannot see Bamboo server
How can I configure Bamboo to use JIRA users and Groups? I tried adding a 1-way application link from Bamboo to JIRA and it added but I cannot enable Bamboo to use "Users and groups from JIRA or Crowd" because it is asking me for a username and password for the applicaiton... Where can I create that?
Also, is this a support setup? I cannot host bamboo outside the firewall because I need to run tests that depend on accessing the database which is inside the firewall.
Hi Emad,
I would kindly ask you to follow the steps as per below:
Lets start by setting up JIRA
Please remember the "Application name" and "Password" used as it will be needed in Bamboo to establish a link between them.
Lets move on to Bamboo.
As you have mentioned, you are not able to log in to your Bamboo instance. In order to grant access to the local user management (Bamboo), please follow the steps:
Open up <tt><bamboo-home>/xml-data/configuration/atlassian-user.xml</tt> and replace its content withONLY the following:
<atlassian-user> <repositories> <hibernate name="Hibernate Repository" key="hibernateRepository" description="Hibernate Repository" cache="true"/> </repositories> </atlassian-user>
Start Bamboo and log in with your local admin.
If they don't know/remember the password, following the instructions on this page:Restoring passwords to recover admin users, ask them to reset your local Bamboo admin password by replacing the hash with:
{PKCS5S2}Bpkvn//DVjxjm/gSwKsLjDIt06e2Bfj9RHA5Z8mfMhMVGJkl9itnpzKST+BcHeFf
which is equal to "admin" and try to login with admin username and the password: "admin".
If you are able to successfully login now, please try to integrate with Crowd/JIRA again and let us know if the problem still persists.
Now that you have access to your Bamboo, lets finish up the communication between Bamboo and JIRA.
(...) <Service name="Catalina"> <Connector port="8080" (...)
In case you have a context path (path="") set to JIRA instance, please refer to:
(...) <Context path="" docBase="${catalina.home}/atlassian-jira" reloadable="false" useHttpOnly="true"> (...)
Now you are able to log in to Bamboo using JIRA authentication.
Please refer to Integrating Bamboo with Crowd for further information.
--
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.