Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple ldap server listing to improve resiliency #37

Open
aakarshg opened this issue Jun 30, 2021 · 3 comments
Open

Support multiple ldap server listing to improve resiliency #37

aakarshg opened this issue Jun 30, 2021 · 3 comments

Comments

@aakarshg
Copy link

Instead of connecting to a single LDAP server and if it fails for some reason not being able to support any services, it'd be really helpful to take a list of ldap servers to connect to in case the primary one goes down, where we get the can't connect error we should fall back to the list of secondaries.

This would be similar to the listing suppoorted by nginx-ldap-auth.. https://github.com/tiagoapimenta/nginx-ldap-auth/blob/master/config.sample.yaml#L3

@dignajar
Copy link
Owner

Yes, it is possible, I will do it when I have some time.
Are you using Another LDAP Auth in Kubernetes ?

@aakarshg
Copy link
Author

Thanks @dignajar and yes indeed using it kubernetes:)

@dignajar
Copy link
Owner

Great, I'm working as well in this tool for Kubernetes, and I need some testers :D
https://github.com/dignajar/another-scheduler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants