AuthScheme
The authentication scheme used. Accepted values are NoSasl, LDAP, Kerberos and JWTToken.
Possible Values
NoSasl, LDAP, Kerberos, JWTTokenデータ型
string
デフォルト値
"NoSasl"
解説
The AuthScheme used to authenticate with Impala.
| NoSasl (default) | default |
| LDAP | Used when the enable_ldap_auth property is set to true and ldap_uri property is not empty. |
| Kerberos | Used when the keytab_file property is is not empty. |
| JWTToken | Used when the impala server enables the JWT authentication. |