Both LDAP authentication with TLS encryption and without #18065
Unanswered
dhia-gharsallaoui
asked this question in
Q&A
Replies: 1 comment
-
Hello.I config ldap in load balancer(haproxy) not success,Can you shared your config? thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello mates 👋
I am deploying Trino with LDAP authentication with TLS encryption managed by the load balancer as recommended. In my use case I have two kinds of consumers first are the ones outside the cluster which they pass by the load balancer all work fine. Second, the inside cluster consumers connect to Trino using the local network interface. In this case, they don't pass by the load balancer and we don't need encryption which is not compatible with the current setup.
My question is it possible to have both a secure port that enforces TLS encryption and another one for local communication that doesn't need encryption also it will be possible to use LDAP in it?
Or if there is any way to work around this.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions