mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
ensure org auditor can see org credentials
This commit is contained in:
parent
51150ce7fc
commit
c7cf954476
@ -226,7 +226,8 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique, ResourceMixin):
|
||||
read_role = ImplicitRoleField(parent_role=[
|
||||
'singleton:' + ROLE_SINGLETON_SYSTEM_AUDITOR,
|
||||
'use_role',
|
||||
'owner_role'
|
||||
'owner_role',
|
||||
'organization.auditor_role',
|
||||
])
|
||||
|
||||
@property
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user