Superset Trino Testing
For kerberos + SSL enabled Trino, use a connection string like follows after selecting Trino in Supported databases.
trino://trino-coordinator:9098/hive?protocol=https
and then, Advanced > Security > Secure extra.
{
"auth_method": "kerberos",
"auth_params": {
"service_name": "HTTP",
"config": "/etc/krb5.conf",
"mutual_authentication": false,
"force_preemptive": true
}
}
Advanced > Other > Secure extra.
{"connect_args":{"verify":false}}
