Does trino.auth.KerberosAuthentication accept keytab as ca_bundle? #278
Unanswered
bloodyawei
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to map trino cli command options to trino.dbapi.connect and trino.auth.KerberosAuthentication.
But it throws SSLError(136, '[X509: NO_CERTIFICATE_OR_CRL_FOUND] no certificate or crl found (_ssl.c:4264)').
I am wondering if trino.auth.KerberosAuthentication can accept keytab as ca_bundle.
Here are my trino cli command and code.
./trino --server <server> --catalog <catalog> --user <user> --krb5-config-path <krb5-config-path> --krb5-principal <krb5-principal> --krb5-keytab-path <krb5-keytab-path> --krb5-remote-service-name trino --krb5-service-principal-pattern <krb5-service-principal-pattern>
Beta Was this translation helpful? Give feedback.
All reactions