• Kubernetes Submit Queue's avatar
    Merge pull request #45112 from liggitt/quote-log-message · dc5744b6
    Kubernetes Submit Queue authored
    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
    dc5744b6
Name
Last commit
Last update
..
authenticator/token/bootstrap Loading commit data...
authorizer Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...