-
Also reported here. Hello, Initially have deployed Trino in my kubernetes cluster using the following custom values, for my case I need to reach trino using the ingress at trino.myorg.com, and I use AWS Route53 to redirect from this domain to my kubernetes master IP:
So far so good I am able to reach the UI at trino.myorg.com and I can query my database from the Metabase machine connecting like this via shell: But when I try to add the database in Metabase like this: I get as error: At this point I tried setting up the authorization by adding the following to values.yaml:
Now I can see from the
But the
And in addition I am not able to reach the UI at http://trino.myorg.com cause it says To create the keystore I used this command:
To generate the internal communication shared secret I used: I have read almost the entire Trino documentation but I am not able to find a solution to connect Trino on kubernetes with my Metabase, please help me 😭 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi do you already find some method to solve this issue? |
Beta Was this translation helpful? Give feedback.
Using this configuration I was able to reach the Trino UI via HTTPS and using password authentication: