ec9f1aedc9
Most OAuth2 libraries use the access_token as a bearer token. This is different for Kubernetes, since the OIDC plugin uses an id_token instead (also returned in the token response). Be explicit and call out this difference.