Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
None
-
Not Needed
Description
Create acceptance tests to validate phase 1 of the 'Sensitive' data type.
`Sensitive` data type that allows users to mark Puppet resource properties as sensitive. When a property is marked as sensitive, trying to log the value during compilation prints a redacted value and applying a property marked as sensitive redacts the logs and report events. Using the feature is a simple matter of creating a Puppet value with the Sensitive type, EG `Sensitive("mypassword")`.