We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5590ebb commit 6b4d875Copy full SHA for 6b4d875
pkg/webhooks/regularuser/regularuser.go
@@ -149,7 +149,6 @@ func (s *RegularuserWebhook) Authorized(request admissionctl.Request) admissionc
149
150
func (s *RegularuserWebhook) authorized(request admissionctl.Request) admissionctl.Response {
151
var ret admissionctl.Response
152
- log.Info("Request Object", "request", request)
153
154
if request.AdmissionRequest.UserInfo.Username == "system:unauthenticated" {
155
// This could highlight a significant problem with RBAC since an
0 commit comments