mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
admins can use credentials too
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user