diff --git a/manageiq-operator/api/v1alpha1/helpers/miq-components/rbac.go b/manageiq-operator/api/v1alpha1/helpers/miq-components/rbac.go index 8f1916f2..901ffc14 100644 --- a/manageiq-operator/api/v1alpha1/helpers/miq-components/rbac.go +++ b/manageiq-operator/api/v1alpha1/helpers/miq-components/rbac.go @@ -73,6 +73,11 @@ func AutomationRole(cr *miqv1alpha1.ManageIQ, scheme *runtime.Scheme) (*rbacv1.R Resources: []string{"pods", "secrets"}, Verbs: []string{"create", "delete", "get", "list", "patch", "update", "watch"}, }, + rbacv1.PolicyRule{ + APIGroups: []string{""}, + Resources: []string{"pods/logs"}, + Verbs: []string{"get"}, + }, } return nil