Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
akashsinghal committed Mar 22, 2024
1 parent 423a4d3 commit 877b850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errors/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ var (
// ErrorCodeKeyManagementConflict is returned when key management provider and certificate store are configured together.
ErrorCodeKeyManagementConflict = Register("errcode", ErrorDescriptor{
Value: "KEY_MANAGEMENT_CONFLICT",
Message: "key management provider and certificate store cannot be configured together",
Description: "Key management provider and certificate store cannot be configured together. Please remove one of them.",
Message: "key management provider and certificate store should not be configured together",
Description: "Key management provider and certificate store should not be configured together. Please migrate to key management provider and delete certificate store.",
})
)

0 comments on commit 877b850

Please sign in to comment.