which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
7.1 docker image of SonarQube.
what are you trying to achieve
Used the helm chart (https://github.com/kubernetes/charts/tree/master/stable/sonarqube) to install into a kubernetes cluster. Both Sonar and Postgres start up fine, but I’m then unable to login with admin/admin. I just get an Authorization Failed message.
what have you tried so far to achieve this
I’ve reset the password by
update users set crypted_password = '88c991e39bb88b94178123a849606905ebf440f5', salt='6522f3c5007ae910ad690bb1bdbf264a34884c6d' where login = 'admin';
No, not on LDAP. No other errors that I noted. When I get my cluster back, I’ll try again and give you what I can. from the console. I must admit I didn’t even think to look there