-
Notifications
You must be signed in to change notification settings - Fork 290
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
redacting passwords from catalogue output #515
Comments
|
Related to issue #682 to use Puppet v4's data types. We can use the sensitive data type for passwords. https://docs.puppet.com/puppet/4.10/lang_data_sensitive.html |
|
With the use of |
|
I'm OK with that as we still support the last five versions. |
|
Puppet does not yet have the ability to test the usage of the Sensitive data type. Without this, we can't test and ultimately support it. Once this is testable, let's support it. |
I previously added the ability to use sensu's redaction feature to this module. I'd now like to stop the passwords that are set in
sensu::client_custombeing output into the catalogue output. Currently, you see things like this:This is suboptimal :)
There are 2 options, and I'd like to see which people think are best.
I can add an option so that the diff's aren't shown on
sensu::customor add another parameter, maybesensu::sensitive_valuesand then have that ALWAYS not show diffs.Thoughts?
The text was updated successfully, but these errors were encountered: