Revoke Button confirmation pop-up #549
CrystalDesignDR
started this conversation in
Ideas
Replies: 1 comment
-
|
Thanks for the feedback. I would like to add the implementation of a confirmation dialog. Issue created #555 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
first off all, thanks for the awesome project.
While it is possible to restrict access for revoking certificates based on App Roles it still is kind of a danger zone.
Would it be possible / make sense to get a few more confirmations from a user when the Revoke button is clicked?
Example:
Title: "Are you absolutely sure?"
Body description: "Revoking this certificate is an irreversible action. Please type certificatename to confirm"
Input field: "" <- the name of the certificate must be entered to proceed
Delete Button
Example from GitHub (when you want to delete a repo):

As a basic alternative a browser pop-up would be enough as well.
Related:
Authentication - Restricting users and App Role based authorization
Beta Was this translation helpful? Give feedback.
All reactions