Files
kubernetes/pkg
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-19 09:57:19 -04:00
2016-09-23 12:03:58 +02:00
2016-09-23 12:03:58 +02:00
2016-08-31 13:46:40 -07:00
2016-08-25 10:57:31 -07:00
2016-09-23 12:03:58 +02:00
2016-08-22 14:18:15 -04:00
2016-09-01 15:55:34 -07:00
2016-08-22 12:59:54 -07:00