Skip to content

Commit

Permalink
Minimize the permissions needed for validation to the basic set to ge…
Browse files Browse the repository at this point in the history
…nerate and decrypt a key
  • Loading branch information
allanrogerr committed Apr 12, 2024
1 parent b0d2a09 commit 8feb680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/common-main.go
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ func handleKMSConfig() {
}
}

kmsLogger := LoggerI{}
kmsLogger := Logger{}
KMS, err := kms.NewWithConfig(kmsConf, kmsLogger)
if err != nil {
logger.Fatal(err, "Unable to initialize a connection to KES as specified by the shell environment")
Expand Down

0 comments on commit 8feb680

Please sign in to comment.