v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1435199238.3 KB

Associate an identity provider configuration to a cluster.

If you want to authenticate identities using an identity provider, you can create an identity provider configuration and associate it to your cluster. After configuring authentication to your cluster you can create Kubernetes roles and clusterroles to assign permissions to the roles, and then bind the roles to the identities using Kubernetes rolebindings and clusterrolebindings. For more information see Using RBAC Authorization in the Kubernetes documentation.

post/clusters/{name}/identity-provider-configs/associate

Path parameters

namestring required

The name of the cluster to associate the configuration to.

Request body

tagsobject

The metadata to apply to the configuration to assist with categorization and organization. Each tag consists of a key and an optional value. You define both.

clientRequestTokenstring

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Response

Success

tagsobject

The tags for the resource.