Files
kubernetes/pkg/genericapiserver
Kubernetes Submit Queue 33eabe675b Merge pull request #33332 from ericchiang/oidc-allow-string-as-group-claim
Automatic merge from submit-queue

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"]

cc @kubernetes/sig-auth @mlbiam

closes #33290
2016-09-23 12:41:27 -07:00
..
2016-09-23 12:03:58 +02:00
2016-09-23 12:03:58 +02:00
2016-09-23 12:03:58 +02:00
2016-07-16 13:48:21 -04:00
2016-09-23 12:03:58 +02:00
2016-03-02 20:46:32 -05:00