UNCLASSIFIED

Commit 679d98ce authored by keegan ottoson's avatar keegan ottoson
Browse files

feat: enforce authentication

parent e24095a5
# Changelog # Changelog
## TechPreview0801 - 2020-08-01
Added enforced login/authentication
## TechPreview0615 - 2020-06-15 ## TechPreview0615 - 2020-06-15
Initial release Initial release
......
sonar.es.bootstrap.checks.disable=true sonar.es.bootstrap.checks.disable=true
sonar.forceAuthentication=true
...@@ -35,7 +35,15 @@ git clone https://repo1.dsop.io/platform-one/apps/sonarqube.git ...@@ -35,7 +35,15 @@ git clone https://repo1.dsop.io/platform-one/apps/sonarqube.git
cd sonarqube cd sonarqube
`` ``
Please note that appropriate secrets (listed below) should be defined before the sonarqube pod is able to connect to the postgres database and is able to function properly. Please note the settings applied in the file "sonar.properties" since they override any settings applied through the UI. [Documentation can be found here](https://docs.sonarqube.org/latest/setup/operate-cluster/#header-8) with additional properties shown in the Sonarqube instance's settings page.
:warning: Sonarqube's UI may not display the true value for settings applied through "sonar.properties"
`sonar.es.bootstrap.checks.disable=true` – Disables enforcement of [Elasticsearch and system setting checks](https://www.elastic.co/guide/en/elasticsearch/reference/current/bootstrap-checks.html).
`sonar.forceAuthentication=true`[Restricts anonymous users from browsing the SonarQube instance](https://docs.sonarqube.org/latest/instance-administration/security/), either through the API or the web service
Please also note that appropriate secrets (listed below) should be defined before the sonarqube pod is able to connect to the postgres database and is able to function properly.
Sonarqube needs three environment variables to access the postgres database. Sonarqube needs three environment variables to access the postgres database.
SONARQUBE_JDBC_URL - URL for the postgres database to use SONARQUBE_JDBC_URL - URL for the postgres database to use
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment