kubernetes/plugin
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
..
cmd/kube-scheduler switch controller manager to generated clientset 2016-09-20 12:53:47 -04:00
pkg Merge pull request #33332 from ericchiang/oidc-allow-string-as-group-claim 2016-09-23 12:41:27 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00