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 has been archived by the owner on Feb 21, 2018. It is now read-only.
The puppet agent normally logs all changes to the syslog. This is very handy for most situations, however, it is not desirable to have puppet log the changes on secrets like passwords or pre-shared keys.
At present the duo_unix module does not prevent this from happening and the ikey and skey values are logged to syslog. The show_diff metaparameter can prevent it from being recorded in the logs.
The puppet agent normally logs all changes to the syslog. This is very handy for most situations, however, it is not desirable to have puppet log the changes on secrets like passwords or pre-shared keys.
At present the
duo_unix
module does not prevent this from happening and the ikey and skey values are logged to syslog. Theshow_diff
metaparameter can prevent it from being recorded in the logs.The
file
resource type can accept theshow_diff
metaparameter:https://docs.puppetlabs.com/references/latest/type.html#file-attributes
The text was updated successfully, but these errors were encountered: