4

There are some methods natively supported such as basic auth , X509 certificates and webhook tokens.

Is there some workaround/project to use LDAP for user authentication with Kubernetes. I need users to be grouped in LDAP , and then use role binding to bind the group to a specific namespace with a role.

Ijaz Ahmad
  • 11,198
  • 9
  • 53
  • 73

1 Answers1

7

Yes you can integrate with LDAP, for example:

Also, there's a nice intro-level blog post to get you started.

Michael Hausenblas
  • 13,162
  • 4
  • 52
  • 66