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
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.