remove useless log output

Signed-off-by: hongming <talonwan@yunify.com>
This commit is contained in:
hongming
2021-03-25 15:37:22 +08:00
parent 8ca0c86b39
commit b83b3232cb
4 changed files with 8 additions and 8 deletions

View File

@@ -137,7 +137,7 @@ func (r *RBACAuthorizer) Authorize(requestAttributes authorizer.Attributes) (aut
scope = "global-wide"
}
klog.Infof("RBAC: no rules authorize user %q with groups %q to %s %s", requestAttributes.GetUser().GetName(), requestAttributes.GetUser().GetGroups(), operation, scope)
klog.V(4).Infof("RBAC: no rules authorize user %q with groups %q to %s %s", requestAttributes.GetUser().GetName(), requestAttributes.GetUser().GetGroups(), operation, scope)
}
reason := ""