mirror of
https://github.com/status-im/infra-role-grafana.git
synced 2025-02-16 14:36:34 +00:00
config: enable strict cookie secret checking
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3b7545bea7
commit
b836186675
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user