diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-28 14:54:14 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-28 14:54:14 -0600 |
| commit | c7fe2ec85cf77ede757675f9f068c85d304d9f61 (patch) | |
| tree | 429286730a4f79074071a6111c6cf727fd60229b /pkg | |
| parent | 1ba0b855feb4af5ce723066e5a48d2aed09fc03a (diff) | |
chore: remove logging of sensitive fields
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/authz/check_service.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/authz/check_service.go b/pkg/authz/check_service.go index 9db32d0..641ba92 100644 --- a/pkg/authz/check_service.go +++ b/pkg/authz/check_service.go @@ -40,7 +40,6 @@ func NewCheckService() *CheckService { } func (svc *CheckService) Check(ctx context.Context, request *auth.CheckRequest) (*auth.CheckResponse, error) { - log.WithFields(ctx, log.Fields{"headers": request.Attributes.Request.Http.Headers}) if svc.isAllowed(ctx, request) { return svc.OK(ctx), nil } |
