SonarQube 8.6+ enforces user authentication by default.
How do I allow anonymous access since the first startup?
I am running SonarQube on a local Docker Container and I would like to automate this step. That is, I am looking for a solution not involving:
- Log on to SonarQube with the default credentials (login:
admin
, password:admin
). - Change the default password.
- Manually disable the Force user authentication property from Administration > Configuration > General Settings > Security.