Class: Google::Cloud::Dataproc::V1beta2::KerberosConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::KerberosConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1beta2/clusters.rb
Overview
Specifies Kerberos related configuration.
Instance Attribute Summary collapse
-
#cross_realm_trust_admin_server ⇒ ::String
Optional.
-
#cross_realm_trust_kdc ⇒ ::String
Optional.
-
#cross_realm_trust_realm ⇒ ::String
Optional.
-
#cross_realm_trust_shared_password_uri ⇒ ::String
Optional.
-
#enable_kerberos ⇒ ::Boolean
Optional.
-
#kdc_db_key_uri ⇒ ::String
Optional.
-
#key_password_uri ⇒ ::String
Optional.
-
#keystore_password_uri ⇒ ::String
Optional.
-
#keystore_uri ⇒ ::String
Optional.
-
#kms_key_uri ⇒ ::String
Required.
-
#realm ⇒ ::String
Optional.
-
#root_principal_password_uri ⇒ ::String
Required.
-
#tgt_lifetime_hours ⇒ ::Integer
Optional.
-
#truststore_password_uri ⇒ ::String
Optional.
-
#truststore_uri ⇒ ::String
Optional.
Instance Attribute Details
#cross_realm_trust_admin_server ⇒ ::String
Returns Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cross_realm_trust_kdc ⇒ ::String
Returns Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cross_realm_trust_realm ⇒ ::String
Returns Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cross_realm_trust_shared_password_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of a KMS encrypted file containing the shared password between the on-cluster Kerberos realm and the remote trusted realm, in a cross realm trust relationship.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#enable_kerberos ⇒ ::Boolean
Returns Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kdc_db_key_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key_password_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided key. For the self-signed certificate, this password is generated by Dataproc.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#keystore_password_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificate, this password is generated by Dataproc.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#keystore_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kms_key_uri ⇒ ::String
Returns Required. The uri of the KMS key used to encrypt various sensitive files.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#realm ⇒ ::String
Returns Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#root_principal_password_uri ⇒ ::String
Returns Required. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tgt_lifetime_hours ⇒ ::Integer
Returns Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#truststore_password_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of a KMS encrypted file containing the password to the user provided truststore. For the self-signed certificate, this password is generated by Dataproc.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#truststore_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
603 604 605 606 |
# File 'proto_docs/google/cloud/dataproc/v1beta2/clusters.rb', line 603 class KerberosConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |