FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

Improved Key Deletion Messaging in Admin UI #2615

Open jobannon opened 8 months ago

jobannon commented 8 months ago

Problem

If I want to remove a Key from Key Master, if my cert/key is in use we provide the end user with a validation messaging indicating that this key is still in use, but do not provide the exact places that the key is being used. Our API does provide this information to the API caller when removing a key (https:///api/key/cdbae9d6-464e-4b35-945b-145927c02bd3)

Solution

Provide more explicit key deletion validation messaging to the end user in our Admin UI

Alternatives/workarounds

Use our APIs to obtain more detailed information about where a key is being used.

Additional context

Admin UI

image

API endpoint

image

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.