Skip to content

Failing to connect Trino with Metabase #24289

Answered by santurini
santurini asked this question in Q&A
Discussion options

You must be logged in to vote

Using this configuration I was able to reach the Trino UI via HTTPS and using password authentication:

image:
  tag: "470"

catalogs:
  ...
server:
  workers: 2
  config:
    authenticationType: PASSWORD

additionalConfigProperties:
  - http-server.https.keystore.path=/etc/trino/keystore/keystore.jks
  - http-server.https.keystore.key=thepassword
  - http-server.https.enabled=true
  - http-server.https.port=8443
  - http-server.process-forwarded=true
  - internal-communication.shared-secret=thesecret

auth:
  passwordAuthSecret: trino-password-authentication

secretMounts:
  - name: trino-keystore
    secretName: trino-keystore
    path: /etc/trino/keystore

service:
  type: ClusterIP

in…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@santurini
Comment options

Answer selected by santurini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #24280 on November 27, 2024 22:57.