Setting: Fix redact of entity db pass (#97568)

pull/97585/head
Gabriel MABILLE 1 year ago committed by GitHub
parent 8243e030b4
commit d9cd5a3a2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pkg/setting/setting.go

@ -599,7 +599,7 @@ func RedactedValue(key, value string) string {
"VAULT_TOKEN",
"CLIENT_SECRET",
"ENTERPRISE_LICENSE",
"GF_ENTITY_API_DB_PASS",
"API_DB_PASS",
"ID_FORWARDING_TOKEN$",
"AUTHENTICATION_TOKEN$",
"AUTH_TOKEN$",

Loading…
Cancel
Save