Replies: 2 comments 1 reply
-
But if I download the cli inside the trino container, then I can access the ingress url server using cli |
Beta Was this translation helpful? Give feedback.
1 reply
-
I face the same problem. I tried a similar configuration but the error I got from DBeaver is Here is my configuration
my ingress:
I'm not sure if it will need to configure TLS communication inside trino cluster or not. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I follow this doc
I created a user 'admin' with password 'teste', but I can login only in UI. By cli and dbeaver does not work.
I'm trying run Trino on Kubernetes using official helm chart with values:
My ingress:
UI access
When I access UI on my host 'trino.xxxx' and try login using user 'admin' and password 'teste' the login is OK. If I try a user that does not exist, the login page is reload and remains in same login page.
cli access
By trino cli, does not work. Example, the command:
Apparently it logs in but nothing runs. All return this error:
Error running command: java.net.SocketTimeoutException: Connect timed out
Also, If I try a user and password that does not exist, the same thing happns.
dbeaver access
exactly the same as cli access error, trying with a user that exists or not, gives this error in any query:
java.net.SocketTimeoutException: Read timed out
Does anyone have an idea what the problem is?
Beta Was this translation helpful? Give feedback.
All reactions