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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/clusters.rb

Overview

Specifies Kerberos related configuration.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

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



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

Returns:

  • (::String)

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



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

Returns:

  • (::String)

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



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

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.



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

Returns:

  • (::Boolean)

    Optional. Flag to indicate whether to Kerberize the cluster (default: false). Set this field to true to enable Kerberos on a cluster.



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

Returns:

  • (::String)

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



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

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.



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

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.



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

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.



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

class KerberosConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#kms_key_uri::String

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

Returns:

  • (::String)

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



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

Returns:

  • (::String)

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



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

class KerberosConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#root_principal_password_uri::String

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

Returns:

  • (::String)

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



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

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.



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

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.



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

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.

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.



1000
1001
1002
1003
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1000

class KerberosConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end