Class ClusterClusterConfigSecurityConfigKerberosConfig
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.Dataproc.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigSecurityConfigKerberosConfig
Fields
View SourceCrossRealmTrustAdminServer
The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
Declaration
public readonly string CrossRealmTrustAdminServer
Field Value
| Type | Description |
|---|---|
| System.String |
CrossRealmTrustKdc
The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
Declaration
public readonly string CrossRealmTrustKdc
Field Value
| Type | Description |
|---|---|
| System.String |
CrossRealmTrustRealm
The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
Declaration
public readonly string CrossRealmTrustRealm
Field Value
| Type | Description |
|---|---|
| System.String |
CrossRealmTrustSharedPasswordUri
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.
Declaration
public readonly string CrossRealmTrustSharedPasswordUri
Field Value
| Type | Description |
|---|---|
| System.String |
EnableKerberos
Flag to indicate whether to Kerberize the cluster.
Declaration
public readonly bool? EnableKerberos
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
KdcDbKeyUri
The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
Declaration
public readonly string KdcDbKeyUri
Field Value
| Type | Description |
|---|---|
| System.String |
KeyPasswordUri
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.
Declaration
public readonly string KeyPasswordUri
Field Value
| Type | Description |
|---|---|
| System.String |
KeystorePasswordUri
The Cloud Storage URI of a KMS encrypted file containing the password to the user provided keystore. For the self-signed certificated, the password is generated by Dataproc.
Declaration
public readonly string KeystorePasswordUri
Field Value
| Type | Description |
|---|---|
| System.String |
KeystoreUri
The Cloud Storage URI of the keystore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
Declaration
public readonly string KeystoreUri
Field Value
| Type | Description |
|---|---|
| System.String |
KmsKeyUri
The URI of the KMS key used to encrypt various sensitive files.
Declaration
public readonly string KmsKeyUri
Field Value
| Type | Description |
|---|---|
| System.String |
Realm
The name of the on-cluster Kerberos realm. If not specified, the uppercased domain of hostnames will be the realm.
Declaration
public readonly string Realm
Field Value
| Type | Description |
|---|---|
| System.String |
RootPrincipalPasswordUri
The Cloud Storage URI of a KMS encrypted file containing the root principal password.
Declaration
public readonly string RootPrincipalPasswordUri
Field Value
| Type | Description |
|---|---|
| System.String |
TgtLifetimeHours
The lifetime of the ticket granting ticket, in hours.
Declaration
public readonly int? TgtLifetimeHours
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
TruststorePasswordUri
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.
Declaration
public readonly string TruststorePasswordUri
Field Value
| Type | Description |
|---|---|
| System.String |
TruststoreUri
The Cloud Storage URI of the truststore file used for SSL encryption. If not provided, Dataproc will provide a self-signed certificate.
Declaration
public readonly string TruststoreUri
Field Value
| Type | Description |
|---|---|
| System.String |