EKS Identity Provider Config

This table represents the EKS Identity Provider Config resource from Amazon Web Services.

aws.eks_identityproviderconfig

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
client_idcorestringThis is also known as <i>audience</i>. The ID of the client application that makes authentication requests to the OIDC identity provider.
cluster_namecorestringThe name of your cluster.
groups_claimcorestringThe JSON web token (JWT) claim that the provider uses to return your groups.
groups_prefixcorestringThe prefix that is prepended to group claims to prevent clashes with existing names (such as <code>system:</code> groups). For example, the value<code> oidc:</code> creates group names like <code>oidc:engineering</code> and <code>oidc:infra</code>. The prefix can't contain <code>system:</code>
identity_provider_config_arncorestringThe ARN of the configuration.
identity_provider_config_namecorestringThe name of the configuration.
issuer_urlcorestringThe URL of the OIDC identity provider that allows the API server to discover public signing keys for verifying tokens.
required_claimscorehstoreThe key-value pairs that describe required claims in the identity token. If set, each claim is verified to be present in the token with a matching value.
statuscorestringThe status of the OIDC identity provider.
tagscorehstore
username_claimcorestringThe JSON Web token (JWT) claim that is used as the username.
username_prefixcorestringThe prefix that is prepended to username claims to prevent clashes with existing names. The prefix can't contain <code>system:</code>