Chore: Remove unused AWS KMS provider's token setting (#44531)

This commit is contained in:
Tania B
2022-01-27 17:15:49 +02:00
committed by GitHub
parent dc7639354e
commit 1a9c293984
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -472,7 +472,6 @@ func RedactedValue(key, value string) string {
"ACCOUNT_KEY",
"ENCRYPTION_KEY",
"VAULT_TOKEN",
"AWSKMS_.*_TOKEN",
} {
if match, err := regexp.MatchString(pattern, uppercased); match && err == nil {
return RedactedPassword