mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
admins can use credentials too
This commit is contained in:
parent
1fa70106d8
commit
d5bc455677
@ -185,6 +185,7 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique, ResourceMixin):
|
||||
use_role = ImplicitRoleField(
|
||||
role_name='Credential User',
|
||||
role_description='May use this credential, but not read sensitive portions or modify it',
|
||||
parent_role=['owner_role']
|
||||
)
|
||||
read_role = ImplicitRoleField(
|
||||
role_name='Credential REad',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user