Class KerberosConfig (1.4.1)

KerberosConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration information for a Kerberos principal.

Attributes

NameDescription
keytab google.cloud.metastore_v1beta.types.Secret
A Kerberos keytab file that can be used to authenticate a service principal with a Kerberos Key Distribution Center (KDC).
principal str
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.
krb5_config_gcs_uri str
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.