Class: Google::Cloud::Dataproc::V1beta2::KerberosConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1beta2::KerberosConfig
- Defined in:
- lib/google/cloud/dataproc/v1beta2/doc/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 ⇒ true, false
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.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; end |
#cross_realm_trust_kdc ⇒ String
Returns Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; 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.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; 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.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; end |
#enable_kerberos ⇒ true, false
Returns Optional. Flag to indicate whether to Kerberize the cluster.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; 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.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; 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.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; 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.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; 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.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; end |
#kms_key_uri ⇒ String
Returns Required. The uri of the KMS key used to encrypt various sensitive files.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; 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.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; end |
#root_principal_password_uri ⇒ String
Returns Required. The Cloud Storage URI of a KMS encrypted file containing the root principal password.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; 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.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; 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.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; 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.
450 |
# File 'lib/google/cloud/dataproc/v1beta2/doc/google/cloud/dataproc/v1beta2/clusters.rb', line 450 class KerberosConfig; end |