Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Mask environment configuration with no_log #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 26, 2021

  1. 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
    ```
    dekimsey committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    9205e25 View commit details
    Browse the repository at this point in the history