Update
Update Kubernetes Auth configuration on identity
Authorizations
An access token in Infisical
Path Parameters
The ID of the identity to update the auth method for.
Body
The new host string, host:port pair, or URL to the base of the Kubernetes API server.
1
The new PEM-encoded CA cert for the Kubernetes API server.
The new long-lived service account JWT token for Infisical to access the TokenReview API to validate other service account JWT tokens submitted by applications/pods.
1
The new comma-separated list of trusted namespaces that service accounts must belong to authenticate with Infisical.
The new comma-separated list of trusted service account names that can authenticate with Infisical.
The new optional audience claim that the service account JWT token must have to authenticate with Infisical.
The new IPs or CIDR ranges that access tokens can be used from.
The new lifetime for an acccess token in seconds.
0 < x < 315360000
The new maximum number of times that an access token can be used.
x > 0
The new maximum lifetime for an acccess token in seconds.
0 < x < 315360000
Response
Was this page helpful?