Chore: Remove unused AWS KMS provider's token setting (#44531)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user