mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02:30
The list secrets role rule is no longer not needed for container groups
This commit is contained in:
@@ -96,7 +96,7 @@ class PodManager(object):
|
|||||||
error_msg = _('Invalid openshift or k8s cluster credential')
|
error_msg = _('Invalid openshift or k8s cluster credential')
|
||||||
if e.status == 403:
|
if e.status == 403:
|
||||||
error_msg = _(
|
error_msg = _(
|
||||||
'Failed to create secret for container group {} because the needed service account roles are needed. Add get, list, create and delete roles for secret resources for your cluster credential.'.format(
|
'Failed to create secret for container group {} because the needed service account roles are needed. Add get, create and delete roles for secret resources for your cluster credential.'.format(
|
||||||
job.instance_group.name
|
job.instance_group.name
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user