minio/console

Cannot delete KES key from UI

bexsoft opened this issue · 0 comments

MinIO UI displays trash icon in front each encryption key in Encryption menu. When you click to delete a key there is an error message related to missing permissions to perform this action.

Expected Behavior

Delete button should remain disabled if user doesn't have privileges to perform this action.

Current Behavior

Button is enabled and allows to perform the action but backend returns an error and breaks the delete flow.

Regression

No