diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-08-23 17:22:12 +0200 |
---|---|---|
committer | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2017-09-13 15:50:49 +0200 |
commit | 564c915cec585008f1f16951e42a20a30c72c929 (patch) | |
tree | 77bf8527eb58868f026c9467d5c74ccf99923670 /sonar-application | |
parent | 9d5fc95ed97f0dc0e1a797065b5a3870449a9ded (diff) | |
download | sonarqube-564c915cec585008f1f16951e42a20a30c72c929.tar.gz sonarqube-564c915cec585008f1f16951e42a20a30c72c929.zip |
SONAR-9740 support system passcode in WS
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index fdc340fbb6b..a970e7b8010 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -137,6 +137,13 @@ # and cannot be greater than 3 months. Value must be strictly positive. #sonar.web.sessionTimeoutInMinutes=4320 +# A passcode can be defined to access some web services from monitoring +# tools without having to use the credentials of a system administrator. +# Check the Web API documentation to know which web services are supporting this authentication mode. +# The passcode should be provided in HTTP requests with the header "X-Sonar-Passcode". +# By default feature is disabled. +#sonar.web.systemPasscode= + #-------------------------------------------------------------------------------------------------- # SSO AUTHENTICATION |