• 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
..
admission Loading commit data...
auth Loading commit data...
scheduler Loading commit data...