Filter out build traces from logged parameters

This commit is contained in:
Stan Hu 2018-01-11 16:19:59 +00:00 committed by Robert Speicher
parent 7de93f2433
commit 403fbe227d

View file

@ -61,6 +61,7 @@ module Gitlab
# - Any parameter containing `secret`
# - Two-factor tokens (:otp_attempt)
# - Repo/Project Import URLs (:import_url)
# - Build traces (:trace)
# - Build variables (:variables)
# - GitLab Pages SSL cert/key info (:certificate, :encrypted_key)
# - Webhook URLs (:hook)
@ -75,6 +76,7 @@ module Gitlab
key
otp_attempt
sentry_dsn
trace
variables
)