Send feedback
Class KerberosConfig (1.6.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.6.2 keyboard_arrow_down
KerberosConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration information for a Kerberos principal.
Attributes
Name Description keytab
google.cloud.metastore_v1alpha.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.
Inheritance
builtins.object
>
proto.message.Message
>
KerberosConfig
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-17 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?