Changed the cookie secret to be randomly generated.
This commit is contained in:
parent
0b8b193313
commit
95dfbfb4d5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ spec:
|
|||
- "-openshift-service-account=grafana"
|
||||
- "-upstream=http://localhost:3000"
|
||||
- "-client-secret-file=/var/run/secrets/kubernetes.io/serviceaccount/token"
|
||||
- "-cookie-secret=SECRET"
|
||||
- "-cookie-secret={{ 99999999 | random }}"
|
||||
- "-tls-cert=/etc/tls/private/tls.crt"
|
||||
- "-tls-key=/etc/tls/private/tls.key"
|
||||
- "-pass-basic-auth=false"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue