Category Archives: Openshift

OpenShift 4: Automatic LDAP group synchronization

If you need to use LDAP for authentication in OpenShift 4, the documentation is pretty clear and everything works nicely [1].

But if you need to grant privileges based on LDAP groups [2], the situation gets complicated.
The synchronization from [2] works ok but you need to run it manually. I was searching for an automated solution and I have found a definition [3] which works for OpenShift 3.x so I updated it work with OpenShift 4 and here it is [4]:

Continue reading OpenShift 4: Automatic LDAP group synchronization