From 412ab70d2dc1f908745ed50de72f58eb276fe715 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Fri, 22 Jul 2016 15:27:06 +0200 Subject: Document property sonar.auth.jwtBase64Hs256Secret --- sonar-application/src/main/assembly/conf/sonar.properties | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sonar-application/src/main') diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index e2d938a2a9f..73bb3d49363 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -122,6 +122,12 @@ # TCP port for incoming AJP connections. Disabled if value is -1. Disabled by default. #sonar.ajp.port=-1 +# By default users are logged out and sessions closed when server is restarted. +# If you prefer keeping user sessions open, a secret should be defined. Value is +# HS256 key encoded with base64. It must be unique for each installation of SonarQube. +# Example of command-line: +# echo -n "type_what_you_want" | openssl dgst -sha256 -hmac "key" -binary | base64 +#sonar.auth.jwtBase64Hs256Secret= #-------------------------------------------------------------------------------------------------- # COMPUTE ENGINE -- cgit v1.2.3