Question

Is it possible to pass user authentication from the "Jira User Server" (NOT Crowd) to Artifactory? I Know that Artifactory Pro can communicate with a Crowd Server ... but I couldn't get Artifactory to work with the "Jira User Server"?

Was it helpful?

Solution

The new Artifactory 3.2.x allows you to connect to Jira User Server (you dont need Crowd Server) and login in Artifactory with your Jira Account.

Many Thanks to JFrog

OTHER TIPS

I've not seen anything which would allow you to use the JIRA user server to serve Artifactory, but I do think that your requirement should make you look at a dedicated user directory service.

LDAP and Active Directory are common user directory tools and are supported by many services and web applications. In our company it is now a requirement that a web application support LDAP to be considered at all.

Although you probably only see a use for Artifactory and JIRA now, your use case can end up much more complex when you want to add (for example) a Git repository or Sharepoint directories. If you take the time to configure a standard user directory now, adding these services later is much simpler.

If you operate in a primarily Windows-based environment, Active Directory is bundled with Windows Server and is probably already used for something. If you're Unix-based, OpenLDAP is relatively easy to set up and manage, and has reasonable documentation.

As an aside, we initially went with Crowd as our user directory because of its ease of use, but since then we've been forced to move to LDAP to integrate with a variety of other systems. Looking back now, it would have been much easier to go straight to LDAP while the number of systems we had was small.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top