Skip to content
Snippets Groups Projects
Commit 707d210b authored by Steve Xuereb's avatar Steve Xuereb :speech_balloon:
Browse files

Merge branch 'security-182-update-workhorse-11-3' into 'security-11-3'

[11.3] Redact sensitive information on workhorse log

See merge request gitlab/gitlabhq!2586
parents 4e1d9f16 4613c0bc
No related branches found
No related tags found
No related merge requests found
6.1.0
6.1.2
---
title: Redact sensitive information on gitlab-workhorse log
merge_request:
author:
type: security
Loading
Loading
@@ -93,7 +93,9 @@ module Gitlab
# - Sentry DSN (:sentry_dsn)
# - Deploy keys (:key)
# - File content from Web Editor (:content)
config.filter_parameters += [/token$/, /password/, /secret/]
#
# NOTE: It is **IMPORTANT** to also update gitlab-workhorse's filter when adding parameters here!
config.filter_parameters += [/token$/, /password/, /secret/, /key$/]
config.filter_parameters += %i(
certificate
encrypted_key
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