kubernetes/plugin/pkg/auth/authenticator/token/oidc
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
..
testing oidc authentication plugin: don't trim issuer URLs with trailing slashes 2016-08-01 11:23:05 -07:00
oidc_test.go oidc authenticator: allow string value as groups claim 2016-09-22 14:23:56 -07:00
oidc.go oidc authenticator: allow string value as groups claim 2016-09-22 14:23:56 -07:00
OWNERS plugin/pkg: add ericchiang to owners for OpenID Connect plugins 2016-09-13 11:14:16 -07:00