Kerberos Authentication with the Database Connector

0
I want to connect to an Impala database that does not allow for simple username/password authentication, only Kerberos authentication. We are currently using the SAML20 module for user SSO via NETIQ. Would it be possible to connect to an endpoint like the one bellow with Kerberos authenticated user and password using the Database Connector (jdbc) module/activity? jdbc:impala://<host_name>:21050;AuthMech=1;KrbRealm=<domain>;KrbHostFQDN=<host_name>;KrbServiceName=impala;SSL=1;PARQUET_FALLBACK_SCHEMA_RESOLUTION=1    
asked
0 answers