Class ClusterClusterConfigSecurityConfigKerberosConfigArgs
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.Dataproc.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterClusterConfigSecurityConfigKerberosConfigArgs : ResourceArgs
Constructors
View SourceClusterClusterConfigSecurityConfigKerberosConfigArgs()
Declaration
public ClusterClusterConfigSecurityConfigKerberosConfigArgs()
Properties
View SourceCrossRealmTrustAdminServer
The admin server (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
Declaration
public Input<string> CrossRealmTrustAdminServer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CrossRealmTrustKdc
The KDC (IP or hostname) for the remote trusted realm in a cross realm trust relationship.
Declaration
public Input<string> CrossRealmTrustKdc { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CrossRealmTrustRealm
The remote realm the Dataproc on-cluster KDC will trust, should the user enable cross realm trust.
Declaration
public Input<string> CrossRealmTrustRealm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> CrossRealmTrustSharedPasswordUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EnableKerberos
Flag to indicate whether to Kerberize the cluster.
Declaration
public Input<bool> EnableKerberos { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
KdcDbKeyUri
The Cloud Storage URI of a KMS encrypted file containing the master key of the KDC database.
Declaration
public Input<string> KdcDbKeyUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> KeyPasswordUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> KeystorePasswordUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> KeystoreUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
KmsKeyUri
The URI of the KMS key used to encrypt various sensitive files.
Declaration
public Input<string> KmsKeyUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Realm { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RootPrincipalPasswordUri
The Cloud Storage URI of a KMS encrypted file containing the root principal password.
Declaration
public Input<string> RootPrincipalPasswordUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TgtLifetimeHours
The lifetime of the ticket granting ticket, in hours.
Declaration
public Input<int> TgtLifetimeHours { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> TruststorePasswordUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> TruststoreUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |