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: 

Can I Use Oracle with OS Authentication?

Julian Green (KMIS)
Contributor
August 14, 2013

I am setting up JIRA 5.2.11.

I have a dedicated user (jirauser) to run the application.

Can I use Oracle's OS authentication (ie ops$jirauser) for the jira connection so that I do not need the Oracle schema owner's name and password stored in clear text as part of the jira configuration?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Tiago Comasseto
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 Champions.
August 14, 2013

Hi Julian,

The database connection in JIRA is based on JDBC classes, I see in this discussion that the JDBC oci driver supports this authentication. I didn't have the chance to test yet, but it seems promising to me.

Cheers