You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 0.2.0 users will see the following message in the logs:
E0515 16:51:07.295411 1 reflector.go:153] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:105: Failed to list *v1.ServiceAccount: serviceaccounts is forbidden: User "system:serviceaccount:nexus:nexus-operator" cannot list resource "serviceaccounts" in API group "" in the namespace "nexus"
To workaround this issue the nexus-operator service account must have permissions on the object serviceAccount. We control this kind of permission in the roles.yaml file. See #41.
There are some other things to polish before to fix this bug. That's why we opened this issue.
The text was updated successfully, but these errors were encountered:
See: #63
This is a regression from #41 fix.
In version 0.2.0 users will see the following message in the logs:
To workaround this issue the
nexus-operator
service account must have permissions on the objectserviceAccount
. We control this kind of permission in theroles.yaml
file. See #41.There are some other things to polish before to fix this bug. That's why we opened this issue.
The text was updated successfully, but these errors were encountered: