HashiCorp Vault v6.3.0 published on Thursday, Aug 8, 2024 by Pulumi
vault.kubernetes.getAuthBackendConfig
Explore with Pulumi AI
Reads the Role of an Kubernetes from a Vault server. See the Vault documentation for more information.
Using getAuthBackendConfig
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAuthBackendConfig(args: GetAuthBackendConfigArgs, opts?: InvokeOptions): Promise<GetAuthBackendConfigResult>
function getAuthBackendConfigOutput(args: GetAuthBackendConfigOutputArgs, opts?: InvokeOptions): Output<GetAuthBackendConfigResult>
def get_auth_backend_config(backend: Optional[str] = None,
disable_iss_validation: Optional[bool] = None,
disable_local_ca_jwt: Optional[bool] = None,
issuer: Optional[str] = None,
kubernetes_ca_cert: Optional[str] = None,
kubernetes_host: Optional[str] = None,
namespace: Optional[str] = None,
pem_keys: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetAuthBackendConfigResult
def get_auth_backend_config_output(backend: Optional[pulumi.Input[str]] = None,
disable_iss_validation: Optional[pulumi.Input[bool]] = None,
disable_local_ca_jwt: Optional[pulumi.Input[bool]] = None,
issuer: Optional[pulumi.Input[str]] = None,
kubernetes_ca_cert: Optional[pulumi.Input[str]] = None,
kubernetes_host: Optional[pulumi.Input[str]] = None,
namespace: Optional[pulumi.Input[str]] = None,
pem_keys: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAuthBackendConfigResult]
func LookupAuthBackendConfig(ctx *Context, args *LookupAuthBackendConfigArgs, opts ...InvokeOption) (*LookupAuthBackendConfigResult, error)
func LookupAuthBackendConfigOutput(ctx *Context, args *LookupAuthBackendConfigOutputArgs, opts ...InvokeOption) LookupAuthBackendConfigResultOutput
> Note: This function is named LookupAuthBackendConfig
in the Go SDK.
public static class GetAuthBackendConfig
{
public static Task<GetAuthBackendConfigResult> InvokeAsync(GetAuthBackendConfigArgs args, InvokeOptions? opts = null)
public static Output<GetAuthBackendConfigResult> Invoke(GetAuthBackendConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAuthBackendConfigResult> getAuthBackendConfig(GetAuthBackendConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: vault:kubernetes/getAuthBackendConfig:getAuthBackendConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Backend string
- The unique name for the Kubernetes backend the config to retrieve Role attributes for resides in. Defaults to "kubernetes".
- Disable
Iss boolValidation - Disable
Local boolCa Jwt - Issuer string
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - Kubernetes
Ca stringCert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- Kubernetes
Host string - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- Namespace string
- The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The
namespace
is always relative to the provider's configured namespace. Available only for Vault Enterprise. - Pem
Keys List<string> - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
- Backend string
- The unique name for the Kubernetes backend the config to retrieve Role attributes for resides in. Defaults to "kubernetes".
- Disable
Iss boolValidation - Disable
Local boolCa Jwt - Issuer string
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - Kubernetes
Ca stringCert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- Kubernetes
Host string - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- Namespace string
- The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The
namespace
is always relative to the provider's configured namespace. Available only for Vault Enterprise. - Pem
Keys []string - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
- backend String
- The unique name for the Kubernetes backend the config to retrieve Role attributes for resides in. Defaults to "kubernetes".
- disable
Iss BooleanValidation - disable
Local BooleanCa Jwt - issuer String
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - kubernetes
Ca StringCert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- kubernetes
Host String - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- namespace String
- The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The
namespace
is always relative to the provider's configured namespace. Available only for Vault Enterprise. - pem
Keys List<String> - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
- backend string
- The unique name for the Kubernetes backend the config to retrieve Role attributes for resides in. Defaults to "kubernetes".
- disable
Iss booleanValidation - disable
Local booleanCa Jwt - issuer string
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - kubernetes
Ca stringCert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- kubernetes
Host string - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- namespace string
- The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The
namespace
is always relative to the provider's configured namespace. Available only for Vault Enterprise. - pem
Keys string[] - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
- backend str
- The unique name for the Kubernetes backend the config to retrieve Role attributes for resides in. Defaults to "kubernetes".
- disable_
iss_ boolvalidation - disable_
local_ boolca_ jwt - issuer str
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - kubernetes_
ca_ strcert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- kubernetes_
host str - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- namespace str
- The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The
namespace
is always relative to the provider's configured namespace. Available only for Vault Enterprise. - pem_
keys Sequence[str] - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
- backend String
- The unique name for the Kubernetes backend the config to retrieve Role attributes for resides in. Defaults to "kubernetes".
- disable
Iss BooleanValidation - disable
Local BooleanCa Jwt - issuer String
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - kubernetes
Ca StringCert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- kubernetes
Host String - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- namespace String
- The namespace of the target resource.
The value should not contain leading or trailing forward slashes.
The
namespace
is always relative to the provider's configured namespace. Available only for Vault Enterprise. - pem
Keys List<String> - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
getAuthBackendConfig Result
The following output properties are available:
- Disable
Iss boolValidation - Disable
Local boolCa Jwt - Id string
- The provider-assigned unique ID for this managed resource.
- Issuer string
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - Kubernetes
Ca stringCert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- Kubernetes
Host string - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- Pem
Keys List<string> - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
- Backend string
- Namespace string
- Disable
Iss boolValidation - Disable
Local boolCa Jwt - Id string
- The provider-assigned unique ID for this managed resource.
- Issuer string
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - Kubernetes
Ca stringCert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- Kubernetes
Host string - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- Pem
Keys []string - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
- Backend string
- Namespace string
- disable
Iss BooleanValidation - disable
Local BooleanCa Jwt - id String
- The provider-assigned unique ID for this managed resource.
- issuer String
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - kubernetes
Ca StringCert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- kubernetes
Host String - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- pem
Keys List<String> - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
- backend String
- namespace String
- disable
Iss booleanValidation - disable
Local booleanCa Jwt - id string
- The provider-assigned unique ID for this managed resource.
- issuer string
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - kubernetes
Ca stringCert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- kubernetes
Host string - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- pem
Keys string[] - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
- backend string
- namespace string
- disable_
iss_ boolvalidation - disable_
local_ boolca_ jwt - id str
- The provider-assigned unique ID for this managed resource.
- issuer str
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - kubernetes_
ca_ strcert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- kubernetes_
host str - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- pem_
keys Sequence[str] - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
- backend str
- namespace str
- disable
Iss BooleanValidation - disable
Local BooleanCa Jwt - id String
- The provider-assigned unique ID for this managed resource.
- issuer String
- Optional JWT issuer. If no issuer is specified,
kubernetes.io/serviceaccount
will be used as the default issuer. - kubernetes
Ca StringCert - PEM encoded CA cert for use by the TLS client used to talk with the Kubernetes API.
- kubernetes
Host String - Host must be a host string, a host:port pair, or a URL to the base of the Kubernetes API server.
- pem
Keys List<String> - Optional list of PEM-formatted public keys or certificates used to verify the signatures of Kubernetes service account JWTs. If a certificate is given, its public key will be extracted. Not every installation of Kubernetes exposes these keys.
- backend String
- namespace String
Package Details
- Repository
- Vault pulumi/pulumi-vault
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vault
Terraform Provider.