Hi all,
I have this issue and I'm stuck.
With my team we are evaluating Bamboo upgrade from version 5.14, but before proceeding I've created an AMI from our production account and I spun up a new EC2 instance.
We use a postgres database on the same box.
When I try to login the credentials are fine but Bamboo ui only shows me again the login screen.
Although, when I voluntarily use wrong credentials I got the error message.
If I check the logs I can notice:
2020-02-13 17:01:54,243 INFO [http-nio-8085-exec-10] [BambooAuthenticator] Finished doing authentication checks for amarinaro, took 119.0 ms
2020-02-13 17:02:06,403 INFO [http-nio-8085-exec-14] [BambooAuthenticator] Finished doing authentication checks for amarinaro, took 38.29 ms
2020-02-13 17:03:04,695 INFO [http-nio-8085-exec-18] [DefaultAuthenticator] login : 'amarinaro' could not be authenticated with the given password
2020-02-13 17:03:04,696 WARN [http-nio-8085-exec-18] [DefaultAuthenticator] login : 'amarinaro' tried to login but they do not have USE permission or weren't found. Deleting remember me cookie.
Do you know I could fix it?
Thanks a lot!