k3s/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
..
authorizer Merge pull request #31491 from dims/fixes-issue-13598 2016-09-21 21:31:56 -07:00
filters Cleanup handler chain 2016-09-23 12:03:58 +02:00
openapi Move openapi common code to genericapiserver/openapi/common 2016-09-21 17:01:54 -07:00
options oidc authenticator: allow string value as groups claim 2016-09-22 14:23:56 -07:00
routes Cleanup handler chain 2016-09-23 12:03:58 +02:00
validation Allow secure access to apiserver from Admission Controllers 2016-09-20 10:42:21 -04:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
config.go Cleanup handler chain 2016-09-23 12:03:58 +02:00
default_storage_factory_builder.go make --runtime-config=api/all=true|false work 2016-09-13 12:03:25 -07:00
default_storage_factory_builder_test.go make --runtime-config=api/all=true|false work 2016-09-13 12:03:25 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
genericapiserver.go Cleanup handler chain 2016-09-23 12:03:58 +02:00
genericapiserver_test.go Reduce genericapiserver api surface 2016-09-22 13:43:32 +02:00
hooks.go Make genericapiserver.PostStartHooks private 2016-09-22 12:38:47 +02:00
resource_config.go make addition group registration easier 2016-07-25 08:23:24 -04:00
resource_config_test.go make addition group registration easier 2016-07-25 08:23:24 -04:00
resource_encoding_config.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
reststorage_interfaces.go separate RESTStorage by API group 2016-09-20 08:00:50 -04:00
server_run_options_test.go Remove DeprecatedStorageVersion 2016-09-06 16:52:12 -07:00
storage_factory.go Pin ingresses etcd prefix for 1.3 compatibility 2016-09-08 01:54:07 -04:00
storage_factory_test.go move new etcd storage into cacher 2016-08-12 18:40:20 -07:00
tunneler.go Merge pull request #33376 from luxas/fix_arm_atomics_2 2016-09-23 12:05:09 -07:00
tunneler_test.go Refactor util clock into it's own pkg 2016-07-28 02:29:04 -04:00