Attach
Attach Kubernetes Auth configuration onto identity
Authorizations
An access token in Infisical
Path Parameters
The ID of the identity to attach the configuration onto.
Body
The host string, host:port pair, or URL to the base of the Kubernetes API server.
1
The comma-separated list of trusted namespaces that service accounts must belong to authenticate with Infisical.
The comma-separated list of trusted service account names that can authenticate with Infisical.
The optional audience claim that the service account JWT token must have to authenticate with Infisical.
The PEM-encoded CA cert for the Kubernetes API server.
Optional JWT token for accessing Kubernetes TokenReview API. If provided, this long-lived token will be used to validate service account tokens during authentication. If omitted, the client's own JWT will be used instead, which requires the client to have the system:auth-delegator ClusterRole binding.
The IPs or CIDR ranges that access tokens can be used from.
The lifetime for an access token in seconds.
0 <= x <= 315360000
The maximum lifetime for an access token in seconds.
0 <= x <= 315360000
The maximum number of times that an access token can be used.
x >= 0
Response
Was this page helpful?