diff options
author | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-03-13 11:01:00 +0800 |
---|---|---|
committer | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-03-13 11:01:00 +0800 |
commit | 36c91555b9780092e92699368fbc794244407ef0 (patch) | |
tree | 031e549c11313ca37e84ac13068404a980944758 | |
parent | b8ca2fc64a313be332d870438d32c296e4801366 (diff) | |
download | gitlab-ce-36c91555b9780092e92699368fbc794244407ef0.tar.gz |
Filter Jira shared secret from logs
-rw-r--r-- | config/application.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 1c11e347281..6bdf61edfb1 100644 --- a/config/application.rb +++ b/config/application.rb @@ -94,6 +94,7 @@ module Gitlab # - Webhook URLs (:hook) # - Sentry DSN (:sentry_dsn) # - 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 # introduce another security vulnerability: https://gitlab.com/gitlab-org/gitlab-workhorse/issues/182 @@ -108,6 +109,7 @@ module Gitlab trace variables content + sharedSecret ) # Enable escaping HTML in JSON. |