Get Metastore Service Hive Metastore Config Kerberos Config
data class GetMetastoreServiceHiveMetastoreConfigKerberosConfig(val keytabs: List<GetMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab>, val krb5ConfigGcsUri: String, val principal: String)
Constructors
Link copied to clipboard
constructor(keytabs: List<GetMetastoreServiceHiveMetastoreConfigKerberosConfigKeytab>, krb5ConfigGcsUri: String, principal: String)
Properties
Link copied to clipboard
A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
Link copied to clipboard
A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.