Commit 47686b32 authored by Stan Hu's avatar Stan Hu

Merge branch 'ce-to-ee-2018-03-14' into 'master'

CE upstream - 2018-03-14 03:53 UTC

See merge request gitlab-org/gitlab-ee!4962
parents 38c10c05 087b518a
......@@ -84,7 +84,6 @@ module Gitlab
# - Webhook URLs (:hook)
# - Sentry DSN (:sentry_dsn)
# - Deploy keys (:key)
# - Secret variable values (:value)
config.filter_parameters += [/token$/, /password/, /secret/]
config.filter_parameters += %i(
certificate
......@@ -96,7 +95,6 @@ module Gitlab
sentry_dsn
trace
variables
value
)
# Enable escaping HTML in JSON.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment