k3s/plugin/pkg/auth
Kubernetes Submit Queue dc5744b6a1 Merge pull request #45112 from liggitt/quote-log-message
Automatic merge from submit-queue

Quote groups in deny log message

Helps distinguish cases where an external authenticator is incorrectly combining multiple groups into one.

Before:
> RBAC DENY: user "bob" groups [system:masters view system:authenticated] cannot "list" resource "pods" cluster-wide

After:
> RBAC DENY: user "bob" groups ["system:masters view" "system:authenticated"] cannot "list" resource "pods" cluster-wide
2017-04-28 19:18:22 -07:00
..
authenticator/token/bootstrap kube-apiserver: improve bootstrap token authentication error messages 2017-04-25 12:59:48 -07:00
authorizer Quote groups in deny log message 2017-04-28 12:40:38 -04:00
BUILD kube-apiserver: add a bootstrap token authenticator for TLS bootstrapping 2017-02-21 08:43:55 -08:00
OWNERS Update authn/authz owners and reviewers 2017-01-27 08:55:44 -05:00
doc.go