Hi,
I have create a bamboo-admin group and add also users to this group. I have also create the application link in JIRA. But when I want to add the user repositority in bamboo I got stucked and bamboo tells me:
Failed to change the active user repository: Source '/usr/local/bamboo-data/xml-data/configuration/atlassian-user.xml' and destination '/usr/local/bamboo-data/xml-data/configuration/atlassian-user-custom.xml' are the same
what must I do?
Hi MS,
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.