mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Setting: Fix redact of entity db pass (#97568)
This commit is contained in:
parent
8243e030b4
commit
d9cd5a3a2c
@ -599,7 +599,7 @@ func RedactedValue(key, value string) string {
|
|||||||
"VAULT_TOKEN",
|
"VAULT_TOKEN",
|
||||||
"CLIENT_SECRET",
|
"CLIENT_SECRET",
|
||||||
"ENTERPRISE_LICENSE",
|
"ENTERPRISE_LICENSE",
|
||||||
"GF_ENTITY_API_DB_PASS",
|
"API_DB_PASS",
|
||||||
"ID_FORWARDING_TOKEN$",
|
"ID_FORWARDING_TOKEN$",
|
||||||
"AUTHENTICATION_TOKEN$",
|
"AUTHENTICATION_TOKEN$",
|
||||||
"AUTH_TOKEN$",
|
"AUTH_TOKEN$",
|
||||||
|
Loading…
Reference in New Issue
Block a user