mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
admins can use credentials too
This commit is contained in:
@@ -185,6 +185,7 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique, ResourceMixin):
|
|||||||
use_role = ImplicitRoleField(
|
use_role = ImplicitRoleField(
|
||||||
role_name='Credential User',
|
role_name='Credential User',
|
||||||
role_description='May use this credential, but not read sensitive portions or modify it',
|
role_description='May use this credential, but not read sensitive portions or modify it',
|
||||||
|
parent_role=['owner_role']
|
||||||
)
|
)
|
||||||
read_role = ImplicitRoleField(
|
read_role = ImplicitRoleField(
|
||||||
role_name='Credential REad',
|
role_name='Credential REad',
|
||||||
|
|||||||
Reference in New Issue
Block a user