Context:
The Kubernetes auth strategy can be used to authenticate incoming HTTP requests using a Kubernetes Service Account Token. This method of authentication makes it easy to introduce apps into a Kubernetes Pod.
Use Case:
the go-guardian user creates Kubernetes service account for review the token, the Kubernetes auth strategy uses the token review service account to query Kubernetes token review API to validate the incoming HTTP request token.
This allows apps to authenticate other pods in same cluster (M2M) and users in the Kubernetes cluster.
Context: The Kubernetes auth strategy can be used to authenticate incoming HTTP requests using a Kubernetes Service Account Token. This method of authentication makes it easy to introduce apps into a Kubernetes Pod.
Use Case: the go-guardian user creates Kubernetes service account for review the token, the Kubernetes auth strategy uses the token review service account to query Kubernetes token review API to validate the incoming HTTP request token. This allows apps to authenticate other pods in same cluster (M2M) and users in the Kubernetes cluster.
Example:
API: https://docs.openshift.com/online/pro/rest_api/apis-authentication.k8s.io/v1.TokenReview.html