이 페이지는 아직 한국어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우
언제든지 연락주시기 바랍니다.aws_eks_identityproviderconfig
account_id
Type: STRING
client_id
Type: STRING
Provider name: clientId
Description: This is also known as audience. The ID of the client application that makes authentication requests to the OIDC identity provider.
cluster_name
Type: STRING
Provider name: clusterName
Description: The name of your cluster.
groups_claim
Type: STRING
Provider name: groupsClaim
Description: The JSON web token (JWT) claim that the provider uses to return your groups.
groups_prefix
Type: STRING
Provider name: groupsPrefix
Description: The prefix that is prepended to group claims to prevent clashes with existing names (such as system: groups). For example, the value oidc: creates group names like oidc:engineering and oidc:infra. The prefix can’t contain system:
identity_provider_config_arn
Type: STRING
Provider name: identityProviderConfigArn
Description: The ARN of the configuration.
identity_provider_config_name
Type: STRING
Provider name: identityProviderConfigName
Description: The name of the configuration.
issuer_url
Type: STRING
Provider name: issuerUrl
Description: The URL of the OIDC identity provider that allows the API server to discover public signing keys for verifying tokens.
required_claims
Type: MAP_STRING_STRING
Provider name: requiredClaims
Description: The 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.
status
Type: STRING
Provider name: status
Description: The status of the OIDC identity provider.
Type: UNORDERED_LIST_STRING
username_claim
Type: STRING
Provider name: usernameClaim
Description: The JSON Web token (JWT) claim that is used as the username.
username_prefix
Type: STRING
Provider name: usernamePrefix
Description: The prefix that is prepended to username claims to prevent clashes with existing names. The prefix can’t contain system: