config: enable strict cookie secret checking

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-10-25 15:38:44 +02:00
parent 3b7545bea7
commit b836186675
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ root_url = https://{{ grafana_domain | mandatory }}/
[security]
disable_gravatar = true
cookie_secure = true
cookie_samesite = strict
allow_sign_up = false
admin_user = {{ grafana_username | mandatory }}
# This works only when container is created the first time