Skip to content
Snippets Groups Projects
Commit 500d2797d600 authored by Steve Azzopardi's avatar Steve Azzopardi
Browse files

Mark gitaly configuration as sensitive

What
---
Mark the gitaly configuration as `sensitive`

Why
---
Stop showing the diff in the `chef-client` run logs since the Gitaly
configuration has tokens inside of it, and logging these tokens can be
easily leaked if we copy/paste the logs or if we store these logs
externally.

Reference: https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/17171


Changelog: changed
Signed-off-by: default avatarSteve Azzopardi <sazzopardi@gitlab.com>
parent fe209337dcda
No related branches found
No related tags found
2 merge requests!102heptapod#1237: making 0.38 the new oldstable,!90Merged upstream 15.9.0+ce.0 into heptapod branch
......@@ -96,6 +96,7 @@
custom_hooks_dir: custom_hooks_dir }
)
notifies :hup, "runit_service[gitaly]" if omnibus_helper.should_notify?('gitaly')
sensitive true
end
runit_service 'gitaly' do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment