Commit 403fbe22 authored by Stan Hu's avatar Stan Hu Committed by Robert Speicher

Filter out build traces from logged parameters

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