mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
AWX Collections for DAB RBAC
Adds new modules for CRUD operations on the following endpoints: - api/v2/role_definitions - api/v2/role_user_assignments - api/v2/role_team_assignments Note: assignment is Create or Delete only Additional changes: - Currently DAB endpoints do not have "type" field on the resource list items. So this modifies the create_or_update_if_needed to allow manually specifying item type. Signed-off-by: Seth Foster <fosterbseth@gmail.com>
This commit is contained in:
committed by
Alan Rominger
parent
389a729b75
commit
3bb559dd09
@@ -35,6 +35,9 @@ action_groups:
|
||||
- project
|
||||
- project_update
|
||||
- role
|
||||
- role_definition
|
||||
- role_team_assignment
|
||||
- role_user_assignment
|
||||
- schedule
|
||||
- settings
|
||||
- subscriptions
|
||||
|
||||
Reference in New Issue
Block a user