Interface DataprocMetastoreServiceHiveMetastoreConfigKerberosConfig

    • Method Detail

      • getKrb5ConfigGcsUri

        @Stability(Stable)
        @NotNull
        String getKrb5ConfigGcsUri()
        A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#krb5_config_gcs_uri DataprocMetastoreService#krb5_config_gcs_uri}

      • getPrincipal

        @Stability(Stable)
        @NotNull
        String getPrincipal()
        A Kerberos principal that exists in the both the keytab the KDC to authenticate as.

        A typical principal is of the form "primary/instance@REALM", but there is no exact format. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#principal DataprocMetastoreService#principal}