BasicAuth + HTTP #386
Replies: 1 comment
-
server doesn't accept credentials over HTTP. So even if you remove checks in the client you won't be able to authenticate. Sending credentials over plaintext is a bad idea. If you're terminating TLS at a load balancer then you can still send credentials to the LB endpoint and ensure server config has See https://trino.io/docs/current/security/tls.html for more. |
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
-
Hello 👋
I have an instance of Trino that accepts both HTTP and HTTPS connections. I'd like to know why we have authorization control in the client while the logic exists in the server and if passing the user and the password with an HTTP connection is possible.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions