My admin user is repeatedly being asked to log in. I am redirected to an error message like the one below however it never succeeds. I believe it relates to an XSRF token expiry. How do I debug this issue.
Request URL: /secure/admin/WebSudoAuthenticate.jspa
Please log in and retry this action.
I am using v1.21 of the atlassian-data-center helm chart (https://atlassian.github.io/data-center-helm-charts/).
@testerUnito you need to configure session affinity aka sticky cookie for your ingress.
I suspect you need to update some settings in server.xml because the external request looks different enough from what eventually reaches the service.
I had a similar issue with Bitbucket DC earlier today where the URL wasn't the same outside of the load balancer vs inside. The server.xml changes suggested in that article should do the trick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Jim. Is it possible to configure the server .xml from the helm chart? My understanding is that helm is the only supported way to deploy Jira Dc on-premises.
I was able to resolve this by scaling down to 1 replica and removing the Pod Disruption Budget., however that means that my instance is not highly available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've never had any problem getting support assistance while running Jira DC on EC2 instances in AWS.
You can customize configuration files like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.