Admin: Obfuscate azure_blob Account Key

Obfuscate azure_blob Account Key #37970
pull/36660/head
billabongrob 4 years ago committed by GitHub
parent 4ba2636aba
commit 2fe62af685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkg/setting/setting.go

@ -474,6 +474,7 @@ func RedactedValue(key, value string) string {
"PRIVATE_KEY",
"SECRET_KEY",
"CERTIFICATE",
"ACCOUNT_KEY",
} {
if strings.Contains(uppercased, pattern) {
return RedactedPassword

Loading…
Cancel
Save