Skip to content

Commit

Permalink
Keep an up-to-date copy of the KMS master key
Browse files Browse the repository at this point in the history
  • Loading branch information
allanrogerr committed Apr 12, 2024
1 parent 5b091d7 commit 6dc950f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/kms/kes.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ func (c *kesClient) Verify(ctx context.Context) []VerifyResult {
kmsCtx, err := kmsContext.MarshalText()
if err != nil {
results = append(results, VerifyResult{Status: "offline", Endpoint: endpoint})
fmt.Println(err)
continue
}
result := VerifyResult{Status: "online", Endpoint: endpoint, Version: state.Version}
Expand Down

0 comments on commit 6dc950f

Please sign in to comment.