]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-16567 Add documentation about the expiration date header in the response
authorZipeng WU <zipeng.wu@sonarsource.com>
Fri, 8 Jul 2022 09:04:02 +0000 (11:04 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 8 Jul 2022 20:02:47 +0000 (20:02 +0000)
server/sonar-docs/src/pages/setup/operate-server.md

index b951c7427c24974179b7c5afc6e997df77406879..b2e79ffdcc234d4899451576ca8aa279fa288863 100644 (file)
@@ -199,6 +199,9 @@ server {
 }
 ```
 
+### Forward SonarQube custom headers
+SonarQube adds custom HTTP headers in order for some features to function properly. The reverse proxy should be configured to forward the following header: `sq-authentication-token-expiration`.
+
 ## Secure your Network
 
 To further lock down the communication in between the reverse proxy and SonarQube, you can define the following network rules: 
@@ -214,4 +217,4 @@ you can further segrement your network configuration if you specify a frontend n
 Network | Parameter | Description | default
 ---|---|---|---
 Frontend       | `sonar.web.host`                      | Frontend HTTP Network | 0.0.0.0
-Elasticsearch  | `sonar.search.host`           | Elasticsearch Network | 127.0.0.1
\ No newline at end of file
+Elasticsearch  | `sonar.search.host`           | Elasticsearch Network | 127.0.0.1