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: 

How to disable secure admin sessions in Docker?

Krzysztof Kiser
Contributor
November 4, 2023

Hey there,

I am running a Jira instance in Docker and would like to disable the secure admin sessions.

 

I've tried to set a variable JIRA_WEBSUDO_IS_DISABLED to 'true', but this didn't work. I am still asked to re-authenticate.

Is there anything else that I need to edit before this works?

Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Ravina
Community Champion
November 4, 2023

Hi @Krzysztof Kiser If you have your docker compose file where Jira installation instruction have been added you can add the jira-config.properties file there with below parameter

 

jira.websudo.is.disabled = true

 

and add that file in your Dockerfile

 

ADD jira-config.properties /jira-home directory path

 

Please try above ans let me know in case of any issues.

 

Thanks
Ravina

Krzysztof Kiser
Contributor
November 4, 2023

Hi @Ravina

This has not worked. I've added jira-config.properties to the Jira home directory, but I am still being asked to re-authenticate.

DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events