cant get groups from openLDAP #2377
-
we need to provide different access levels for k8s dashboard for different teams in our company, so we decide to use dex. we have setup dex in our k8s cluster and connect it to our openLDAP server. everything is good I can get id-token with example-app and access to k8s dashboard with that but we have one problem, we cant get groups member from our LDAP server. my dex config files like bellow: and in dex container logs I can see dex give all info about user from ldap but group array is empty : also my group structure in ldap like bellow: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
I fixed it. |
Beta Was this translation helpful? Give feedback.
I fixed it.
this solution is worked for me:
#744