-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Currently it is not possible to modify roles once created.
We are encountering a use-case where we need to modify the policies attached to the tokens created by a role. A workaround would be to read the role, delete it, and re-create a modified version of it. This is not very nice.
Ideally we would want to be able to send a patch request to modify some parameters from the role configuration, in order to avoid the deletion of the role.
It should be noted that this would not modify the policies of the currently outstanding tokens that were created from that role before it got patched.
FYI: @zkck