mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-29 18:29:19 -04:00
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"]
|
||
|---|---|---|
| .. | ||
| doc.go | ||
| etcd_options.go | ||
| server_run_options.go | ||