Remove no longer needed code

This commit is contained in:
Joan López de la Franca Beltran
2021-12-01 14:02:26 +01:00
parent 9775e3124b
commit 2f1f1313d3
-1
View File
@@ -431,7 +431,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