mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
org auditor should be able to read credential
This commit is contained in:
@@ -225,9 +225,9 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique, ResourceMixin):
|
|||||||
)
|
)
|
||||||
read_role = ImplicitRoleField(parent_role=[
|
read_role = ImplicitRoleField(parent_role=[
|
||||||
'singleton:' + ROLE_SINGLETON_SYSTEM_AUDITOR,
|
'singleton:' + ROLE_SINGLETON_SYSTEM_AUDITOR,
|
||||||
|
'organization.auditor_role',
|
||||||
'use_role',
|
'use_role',
|
||||||
'owner_role',
|
'owner_role',
|
||||||
'organization.auditor_role',
|
|
||||||
])
|
])
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|||||||
Reference in New Issue
Block a user