This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mask environment configuration with
no_log
Environment files are frequently used to inject sensitive values to daemons. This change enables the no_log flag on this task. Alternatively, we could have two tasks that do the same thing and require users to opt out/in like such: ```yaml prometheus_my_exporter_env_vars: foo: 'not a secret, i like my diffs' prometheus_my_exporter_env_insensitive: true ```
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters