fix(observability): Removed auth lifetime config
This commit is contained in:
parent
eacdcf2eae
commit
19c4694119
1 changed files with 3 additions and 3 deletions
|
@ -876,9 +876,9 @@ grafana:
|
|||
type: pvc
|
||||
storageClassName: "default"
|
||||
grafana.ini:
|
||||
auth:
|
||||
login_maximum_inactive_lifetime_duration: 0
|
||||
login_maximum_lifetime_duration: 0
|
||||
# auth:
|
||||
# login_maximum_inactive_lifetime_duration: 0
|
||||
# login_maximum_lifetime_duration: 0
|
||||
security:
|
||||
disable_brute_force_login_protection: true
|
||||
sidecar:
|
||||
|
|
Loading…
Reference in a new issue