Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
I use a helm chart with a sonarqube image version of 7.9.2 - what are you trying to achieve
Change the admin’s password during initialisation stage of deploying a pod in a Kubernetes cluster. - what have you tried so far to achieve this
I haven’t tried anything as there was no explicit instructions on sonarqube documentations or docker hub page.
Hello
I would like to change the admin’s password for the purpose of security when deploying a SonarQube helm chart in a Kubernetes cluster.
I struggled to find such information about this, but I did find a detail somewhere that you can find the user in a ‘local’ database. I wasn’t sure whether it was a production database or something that Sonarqube manages.
I have seen this solution to reinstate an admin user, but I was thinking whether there was a cleaner solution as to configure a different password.
Thanks