Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ddeefbdd
Commit
ddeefbdd
authored
Mar 17, 2018
by
Matija Čupić
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Filter secret CI variable values from logs
parent
2b4e5c93
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
config/application.rb
config/application.rb
+2
-0
No files found.
config/application.rb
View file @
ddeefbdd
...
...
@@ -70,6 +70,7 @@ module Gitlab
# - Webhook URLs (:hook)
# - Sentry DSN (:sentry_dsn)
# - Deploy keys (:key)
# - Secret variable values (:secret_value)
config
.
filter_parameters
+=
[
/token$/
,
/password/
,
/secret/
]
config
.
filter_parameters
+=
%i(
certificate
...
...
@@ -81,6 +82,7 @@ module Gitlab
sentry_dsn
trace
variables
secret_value
)
# Enable escaping HTML in JSON.
...
...
Alain Takoudjou
@alain.takoudjou
mentioned in commit
ca3b2991
·
Aug 21, 2018
mentioned in commit
ca3b2991
mentioned in commit ca3b2991a5b740c7b780e997fc1c2ef0ddf62840
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment