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
Those permissions are not used by the outpost container itself (that container actually does not talk to K8s at all), however they are used by the Kubernetes integration in authentik (listing CRDs to check if traefik or prometheus operator are installed, and the respective permissions to manage those objects related to authentik)
I got the Kubernetes outposts integration working on OpenShift. Setting
serviceAccount.create=true
doesn't work:Those permissions don't seem necessary, so I manually created the ServiceAccount+Role+RoleBinding. See FNNDSC/NERC@ab7eb25#diff-d436a15e1ce6b1359f8b2ac7b0dd7b61f1a96b28a6d0de3a70c75a3fbc73f817
Things seem to be working. Would it be possible to review the rules here?
helm/charts/authentik-remote-cluster/templates/role.yaml
Lines 12 to 53 in 4fd7ffa
It would be great if unnecessary rules can be removed, and optional roles made optional via values.
The text was updated successfully, but these errors were encountered: