You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all Kubernetes users have access to the service account signing public key so this auth backend cannot be used in those cases. One solution is to force users of this auth backend to obtain the signing keys required for validation.
Another solution, which maybe more correct, is to avoid doing any extra validation outside of the Kubernetes TokenReview API.
The text was updated successfully, but these errors were encountered:
Not all Kubernetes users have access to the service account signing public key so this auth backend cannot be used in those cases. One solution is to force users of this auth backend to obtain the signing keys required for validation.
Another solution, which maybe more correct, is to avoid doing any extra validation outside of the Kubernetes TokenReview API.
The text was updated successfully, but these errors were encountered: