This product is not supported for your selected
Datadog site. (
).
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、
お気軽にご連絡ください。
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: