Multiple http ports for coordinator #25605
Unanswered
plockaby-ionq
asked this question in
Q&A
Replies: 0 comments
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, I'm wondering if it is possible to run trino in such a way that it listens on one port and accepts one type of authentication there and then a different port accepts a different type of authentication. e.g.:
443 - OIDC authentication only
8443 - password authentication only
The goal is that I want to allow service accounts connecting with username/password only from within my kubernetes cluster but allow OIDC/external authentication connections from outside the cluster.
Beta Was this translation helpful? Give feedback.
All reactions