Skip to content
Snippets Groups Projects
Commit bd0bfdd1 authored by Mark Chao's avatar Mark Chao
Browse files

Redact sensitive information on workhorse log

parent a033faa2
No related branches found
No related tags found
No related merge requests found
7.1.1
7.1.3
---
title: Redact sensitive information on gitlab-workhorse log
merge_request:
author:
type: security
Loading
Loading
@@ -97,6 +97,9 @@ module Gitlab
# - Webhook URLs (:hook)
# - Sentry DSN (:sentry_dsn)
# - File content from Web Editor (:content)
#
# NOTE: It is **IMPORTANT** to also update gitlab-workhorse's filter when adding parameters here to not
# introduce another security vulnerability: https://gitlab.com/gitlab-org/gitlab-workhorse/issues/182
config.filter_parameters += [/token$/, /password/, /secret/, /key$/]
config.filter_parameters += %i(
certificate
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment