Grant a specific action permission to a role.
Authorization: Users can modify role permissions they have access to manage. Permissions are checked via Cerbos policies.
Action Assignment: Adds the specified action to the role’s allowed permissions.
Use Cases:
Policy Updates: Changes are propagated to Cerbos policy engine for immediate effect.
Note: This endpoint manages role permissions through Cerbos policy configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for role-action operations.
Name of the action to assign/remove (lowercase letters, numbers, underscores, and colons only)
"user:read"