From b4148313a00c91b06880de6e4500b33eba0ede9f Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Tue, 21 Jun 2016 16:07:11 -0400 Subject: [PATCH] org auditor should be able to read credential --- awx/main/models/credential.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/models/credential.py b/awx/main/models/credential.py index 89647c873a..824493e8ac 100644 --- a/awx/main/models/credential.py +++ b/awx/main/models/credential.py @@ -225,9 +225,9 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique, ResourceMixin): ) read_role = ImplicitRoleField(parent_role=[ 'singleton:' + ROLE_SINGLETON_SYSTEM_AUDITOR, + 'organization.auditor_role', 'use_role', 'owner_role', - 'organization.auditor_role', ]) @property