Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How to disable secure admin sessions in Docker?

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

0 votes
Ravina
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 Leaders.
Nov 04, 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

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.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events