Skip to content

Configuring Secured Trino with Superset #16123

Answered by sbbagal13
sbbagal13 asked this question in Q&A / Help
Discussion options

You must be logged in to vote

Working Solution: Use certificate in connection string
trino://{UserName}:{Password}@{trino url without https}:443/{catalog name}?verify={ca certificate path on superset host}
e.g. below
trino://sbagal:XXXXX@trino-dev.apps.co:443/my_catalog?verify=/etc/cert/mycert.ca

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@sbbagal13
Comment options

@wengieeee
Comment options

@wengieeee
Comment options

@sbbagal13
Comment options

Comment options

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

Answer selected by sbbagal13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report data:connect:trino Related to Trino
3 participants
Converted from issue

This discussion was converted from issue #16075 on August 06, 2021 17:20.