Actions
Enhancement #27481
openWe should be able to fetch token ID and rights from the API token
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
To do
Fix check:
To do
Regression:
No
Description
Each token is tied to an ID. Once created, the token is no longer show in the UI, it is intended.
This design implies that we can't differentiate accounts on the UI, it causes some problem, there are some use cases :
This design implies that we can't differentiate accounts on the UI, it causes some problem, there are some use cases :
- If there is more than one token expired, and if Toto ask the admin to re-generate his token, the admin cannot differentiate which one is the Toto's token
- Toto required some specific rights bonded to his token, he asks the admin to add rights, the admin will not be able to update his token, since he can't identify which is Toto's token
- The only way admin can identify the token, it's if Toto remember the ID at token's creation
In most of the these cases, the only workaround is to regenerate token
Updated by Elaad FURREEDAN about 7 hours ago
- Priority changed from N/A to To review
Actions