MetastoreServiceHiveMetastoreConfigKerberosConfigArgs

data class MetastoreServiceHiveMetastoreConfigKerberosConfigArgs(val keytab: Output<MetastoreServiceHiveMetastoreConfigKerberosConfigKeytabArgs>, val krb5ConfigGcsUri: Output<String>, val principal: Output<String>) : ConvertibleToJava<MetastoreServiceHiveMetastoreConfigKerberosConfigArgs>

Constructors

constructor(keytab: Output<MetastoreServiceHiveMetastoreConfigKerberosConfigKeytabArgs>, krb5ConfigGcsUri: Output<String>, principal: Output<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). Structure is documented below.

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.

Link copied to clipboard
val principal: Output<String>

A Kerberos principal that exists in the both the keytab the KDC to authenticate as. A typical principal is of the form "primary/instance@REALM", but there is no exact format.

Functions

Link copied to clipboard
open override fun toJava(): MetastoreServiceHiveMetastoreConfigKerberosConfigArgs