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

(cherry picked from commit 1a9c293984)

Co-authored-by: Tania B <yalyna.ts@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2022-01-27 16:30:57 +01:00
committed by GitHub
co-authored by Tania B
parent 2585ad1ddc
commit 872727e745
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -493,7 +493,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