Unable to add password based authentication #23709
Replies: 10 comments
-
The generated coordinator
Double check the generated file to just be sure that is working properly. Did you also add a |
Beta Was this translation helpful? Give feedback.
-
It looks like the chart will generate
|
Beta Was this translation helpful? Give feedback.
-
If you're terminating TLS on the load balancer, I think you will need to add the following to the coordinator
See documentation about load balancers |
Beta Was this translation helpful? Give feedback.
-
I am creating password.db where I am passing user and password. Also password-authenticator.properties is created with path of .db file.
This is creating a https for my UI but when I am adding PASSWORD authentication to the https, UI is getting disabled saying "Web Interface is Disabled" |
Beta Was this translation helpful? Give feedback.
-
@electrum could you help here? |
Beta Was this translation helpful? Give feedback.
-
http-server.authentication.allow-insecure-over-http=true |
Beta Was this translation helpful? Give feedback.
-
in my case I had run |
Beta Was this translation helpful? Give feedback.
-
was anyone able to resolve this? I am currently stuck at the same issue where I have enabled PASSWORD authentication, however the UI still displays password auth disabled. |
Beta Was this translation helpful? Give feedback.
-
it requires ssl configuration. you cant see password until you enable SSL in trino.its in documentation |
Beta Was this translation helpful? Give feedback.
-
It seems this has already been answered. To allow authentication coordinator needs to be either behind an LB that terminates TLS or be configured with TLS itself. This is described in detail in the docs at https://trino.io/docs/current/security/authentication-types.html (the first few paragraphs) + https://trino.io/docs/current/security/overview.html |
Beta Was this translation helpful? Give feedback.
-
I am trying to add password based authentication on my trino server (using official trino helm). I already have a https url created for my server using LB: "https://hostname:443"
Below are my configurations:
values.yaml
config.properties (coordinator):
config.properties (worker):
I tried with multiple configurations but nothing is working. Not sure what needs to be added in order to enable authentication.
Beta Was this translation helpful? Give feedback.
All reactions