“…To identify the user, the authenticator uses the id_token (not the access_token) from the OAuth2 token response as a bearer token….”
https://kubernetes.io/docs/reference/access-authn-authz/authentication/
--oidc-groups-prefix - Prefix prepended to group claims to prevent clashes with existing names (such as system: groups).
For example, the value oidc: will create group names like oidc:engineering and oidc:infra.
id_token should only be used for authentication
access_token should be used for authorization
However, I8 API server expects group claim to be part of id_token
--You received this message because you are subscribed to the Google Groups "kubernetes-sig-auth" group.To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-...@googlegroups.com.To post to this group, send email to kubernete...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-auth/290ab5ca-5f69-4870-8145-fb664a4db44c%40googlegroups.com.For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "kubernetes-sig-auth" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-...@googlegroups.com.
To post to this group, send email to kubernete...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-auth/fbbd7760-8666-4234-87a6-7db50158338f%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "kubernetes-sig-auth" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-...@googlegroups.com.
To post to this group, send email to kubernete...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-auth/75daba12-fe60-4915-b67a-159c54ec84e5%40googlegroups.com.
kubectl --kubeconfig=config-demo get pods
error: You must be logged in to the server (Unauthorized)“roles - Roles - Represents all application roles that the subject has been granted both directly and indirectly through group membership and can be used to enforce role-based access control. Application roles are defined on a per-application basis, through the appRoles property of the application manifest. The value property of each application role is the value that appears in the roles claim
--
You received this message because you are subscribed to the Google Groups "kubernetes-sig-auth" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-...@googlegroups.com.
To post to this group, send email to kubernete...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-sig-auth/6bdf09ae-eb0b-41c0-b690-1aaa3ae5f80d%40googlegroups.com.