Skip to content

[docs] allow patching of roles #163

@f4z3r

Description

@f4z3r

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions