Class: Google::Cloud::Dataproc::V1::KerberosConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb

Overview

Specifies Kerberos related configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#cross_realm_trust_admin_serverString

Returns Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.

Returns:

  • (String)

    Optional. The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#cross_realm_trust_kdcString

Returns Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.

Returns:

  • (String)

    Optional. The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#cross_realm_trust_realmString

Returns Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.

Returns:

  • (String)

    Optional. The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#cross_realm_trust_shared_password_uriString

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.

Returns:

  • (String)

    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.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#enable_kerberostrue, false

Returns Optional. Flag to indicate whether to Kerberize the cluster.

Returns:

  • (true, false)

    Optional. Flag to indicate whether to Kerberize the cluster.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#kdc_db_key_uriString

Returns Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.

Returns:

  • (String)

    Optional. The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#key_password_uriString

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.

Returns:

  • (String)

    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.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#keystore_password_uriString

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.

Returns:

  • (String)

    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.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#keystore_uriString

Returns Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.

Returns:

  • (String)

    Optional. The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#kms_key_uriString

Returns Required. The uri of the KMS key used to encrypt various sensitive files.

Returns:

  • (String)

    Required. The uri of the KMS key used to encrypt various sensitive files.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#realmString

Returns Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.

Returns:

  • (String)

    Optional. The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#root_principal_password_uriString

Returns Required. The Cloud Storage URI of a KMS encrypted file containing the root principal password.

Returns:

  • (String)

    Required. The Cloud Storage URI of a KMS encrypted file containing the root principal password.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#tgt_lifetime_hoursInteger

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.

Returns:

  • (Integer)

    Optional. The lifetime of the ticket granting ticket, in hours. If not specified, or user specifies 0, then default value 10 will be used.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#truststore_password_uriString

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.

Returns:

  • (String)

    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.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end

#truststore_uriString

Returns Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.

Returns:

  • (String)

    Optional. The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.



484
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 484

class KerberosConfig; end