Admin: Obfuscate azure_blob Account Key

Obfuscate azure_blob Account Key #37970
This commit is contained in:
billabongrob
2021-08-19 04:41:26 -05:00
committed by GitHub
parent 4ba2636aba
commit 2fe62af685

View File

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