diff options
author | Belen Pruvost <belen.pruvost@sonarsource.com> | 2022-04-28 11:52:25 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-29 20:03:19 +0000 |
commit | c0ad2fc83796c312d8ff10803a2feb0140faa71a (patch) | |
tree | eb7ff62ca170705ffe18a01843f68f693c825ff7 /server/sonar-docs/src/pages/setup | |
parent | 5a12c30d5ff075b326c6c96ff19b58868a61d41d (diff) | |
download | sonarqube-c0ad2fc83796c312d8ff10803a2feb0140faa71a.tar.gz sonarqube-c0ad2fc83796c312d8ff10803a2feb0140faa71a.zip |
SONAR-16259 - Docs about %reqAttribute{TOKEN_NAME}
Diffstat (limited to 'server/sonar-docs/src/pages/setup')
-rw-r--r-- | server/sonar-docs/src/pages/setup/sonar-properties.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/sonar-properties.md b/server/sonar-docs/src/pages/setup/sonar-properties.md index 6d7ab42c308..d822316c39e 100644 --- a/server/sonar-docs/src/pages/setup/sonar-properties.md +++ b/server/sonar-docs/src/pages/setup/sonar-properties.md @@ -337,6 +337,8 @@ Possible values are: The login of authenticated user is not implemented with "%u" but with "%reqAttribute{LOGIN}" (since version 6.1). The value displayed for anonymous users is "-". +The token name used for requests will be added to the access log if the "%reqAttribute{TOKEN_NAME}" is added (since version 9.5). + The SonarQube's HTTP request ID can be added to the pattern with "%reqAttribute{ID}" (since version 6.2). If SonarQube is behind a reverse proxy, then the following value allows to display the correct remote IP address: |