Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not reveal sensitive Data #2546

Open
cocker-cc opened this issue May 11, 2024 · 0 comments
Open

Do not reveal sensitive Data #2546

cocker-cc opened this issue May 11, 2024 · 0 comments

Comments

@cocker-cc
Copy link
Contributor

To not reveal sensitive Data like f.e. the LDAP-Password,

  • either wrap the rendered Template in manifests/vhost.pp, like
        concat::fragment { "${name}-directories":
          target  => "${priority_real}${filename}.conf",
          order   => 60,
          content => Sensitive(template('apache/vhost/_directories.erb')),
        }
    concat is able do handle Sensitive since 7.4.0.
  • or use EPP instead of ERB, as EPP does handle sensitive Data natively
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants