diff options
author | Zipeng WU <zipeng.wu@sonarsource.com> | 2022-07-08 11:04:02 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-07-08 20:02:47 +0000 |
commit | 5ff7ce03cfc45d2ef5cb0dee1e2c8cd74a13996a (patch) | |
tree | f276aedb97a28c731fa8ca62bf70ad10f06a636a /server/sonar-docs/src/pages/setup | |
parent | f6c5f762aa28325142ae14176684b9d29eb9c7af (diff) | |
download | sonarqube-5ff7ce03cfc45d2ef5cb0dee1e2c8cd74a13996a.tar.gz sonarqube-5ff7ce03cfc45d2ef5cb0dee1e2c8cd74a13996a.zip |
SONAR-16567 Add documentation about the expiration date header in the response
Diffstat (limited to 'server/sonar-docs/src/pages/setup')
-rw-r--r-- | server/sonar-docs/src/pages/setup/operate-server.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/setup/operate-server.md b/server/sonar-docs/src/pages/setup/operate-server.md index b951c7427c2..b2e79ffdcc2 100644 --- a/server/sonar-docs/src/pages/setup/operate-server.md +++ b/server/sonar-docs/src/pages/setup/operate-server.md @@ -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 |