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
TL;DR: is there a way to debug why a user has no permissions in the Kubernetes dashboard, even though there is a ClusterRoleBinding giving a LDAP group cluster-admin permissions?
I have a demo setup with a ApacheDS LDAP server and OpenUnison, both running on k3s.
I have three users in LDAP, but only one of them is a member of the k8s-cluster-admins group. I can log into OpenUnison and the Kubernetes Dashboard with all three of them, so LDAP in general seems to be working.
But for all of them I get the error notifications due to missing permissions, while one of them should have enough permissions.
I do not think that I can configure any more of the AD/LDAP-related settings than this block in the values.yaml file:
Hi Marc,
TL;DR: is there a way to debug why a user has no permissions in the Kubernetes dashboard, even though there is a ClusterRoleBinding giving a LDAP group cluster-admin permissions?
I have a demo setup with a ApacheDS LDAP server and OpenUnison, both running on k3s.
I have three users in LDAP, but only one of them is a member of the
k8s-cluster-admins
group. I can log into OpenUnison and the Kubernetes Dashboard with all three of them, so LDAP in general seems to be working.But for all of them I get the error notifications due to missing permissions, while one of them should have enough permissions.
I do not think that I can configure any more of the AD/LDAP-related settings than this block in the values.yaml file:
The group in question looks like this:
The ClusterRoleBinding (adapted from the OpenUnison documentation):
Maybe you (or someone else reading this) can spot my mistake or give an idea how and where to start digging.
Thanks in advance!
Kind Regards
Johannes
The text was updated successfully, but these errors were encountered: