ICTU/sonar

Make the admin password configurable

Closed this issue · 5 comments

It seems the project assumes that the SonarQuebe password is always 'admin', e.g. in script start-with-profile.sh.

It would be nice to have the admin password as an parameter that we can set for when sonarqube is run in less trustworthy environment and needs the admin password to be secure.

Fixed by pull request #12

Hello @bousch Would you mind explaining how pull request #12 solves this issues? I see that the credentials to access sonarqube are still hard coded to 'admin:admin'. Do I overlook something? Thank you very much!

It doesn't. :)

:) Thanks for reopening :)

Fixed by pull request #22