You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2023. It is now read-only.
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
```
0 commit comments