kubernetes/plugin/pkg/auth/authenticator/token
Eric Chiang 065ddab5d1 oidc authenticator: allow string value as groups claim
Allow the group claim to be a single string instead of an array of
strings. This means the following claim

    {
      "role": "admin"
    }

Will be mapped to the groups

   ["admin"]
2016-09-22 14:23:56 -07:00
..
oidc oidc authenticator: allow string value as groups claim 2016-09-22 14:23:56 -07:00
tokenfile Allow secure access to apiserver from Admission Controllers 2016-09-20 10:42:21 -04:00
tokentest Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
webhook Revert "Revert "Allow webhook authenticator to use TokenReviewsInterface"" 2016-09-13 16:23:17 -04:00