Filter Jira shared secret from logs

This commit is contained in:
Heinrich Lee Yu 2019-03-13 11:01:00 +08:00
parent b8ca2fc64a
commit 36c91555b9
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@ module Gitlab
# - Webhook URLs (:hook) # - Webhook URLs (:hook)
# - Sentry DSN (:sentry_dsn) # - Sentry DSN (:sentry_dsn)
# - File content from Web Editor (:content) # - File content from Web Editor (:content)
# - Jira shared secret (:sharedSecret)
# #
# NOTE: It is **IMPORTANT** to also update gitlab-workhorse's filter when adding parameters here to not # 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 # introduce another security vulnerability: https://gitlab.com/gitlab-org/gitlab-workhorse/issues/182
@ -108,6 +109,7 @@ module Gitlab
trace trace
variables variables
content content
sharedSecret
) )
# Enable escaping HTML in JSON. # Enable escaping HTML in JSON.