mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Update Job start / access permissions
This commit is contained in:
@@ -113,6 +113,11 @@ class Inventory(CommonModel, ResourceMixin):
|
||||
role_description='May update the inventory',
|
||||
permissions = {'read': True, 'update': True}
|
||||
)
|
||||
usage_role = ImplicitRoleField(
|
||||
role_name='Inventory User',
|
||||
role_description='May use this inventory, but not read sensitive portions or modify it',
|
||||
permissions = {'use': True}
|
||||
)
|
||||
executor_role = ImplicitRoleField(
|
||||
role_name='Inventory Executor',
|
||||
role_description='May execute jobs against this inventory',
|
||||
|
||||
Reference in New Issue
Block a user