Trino Password Authentication Issue -Web Interface disabled #25244
SrikanthNallela
started this conversation in
General
Replies: 1 comment
-
are you connecting using HTTPS to load balancer and is the load balancer setting the |
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
-
Hi , Trino is configured on load balancer. Facing issue with Password Authentication in Trino. My WebUI shows message "web Interface is Disabled". No exception is caught on logs. This is my config file. Icant figure out why its not working as no error logged. In documentation its mentioned only to add http-server.process-forwarded=true.
please suggest
coordinator=true
node-scheduler.include-coordinator=true
http-server.http.port=8080
discovery.uri=http://localhost:8080/
http-server.authentication.type=PASSWORD
internal-communication.shared-secret=some secret
http-server.process-forwarded=true
http-server.https.enabled=true
http-server.https.keystore.key=changeit
http-server.https.keystore.path=/etc/trino/keystore.jks
#http-server.authentication.allow-insecure-over-http=true
Beta Was this translation helpful? Give feedback.
All reactions