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 Nov 15, 2019. It is now read-only.
When I try to make a couple of tables with the cookbook. I see that the for a password in the tables content it shows in plain text.
Can you add the 'sensitive true' parameter in the file resources in the 'libraries/tables.rb'
Thanks
recipe.file params['file'] do
content content
user params['user']
group params['group']
mode params['mode']
sensitive true
notifies :run, "execute[#{execute_name}]"
end
and
recipe.file params['file'] do
content config.content
user params['user']
group params['group']
mode params['mode']
sensitive true
end
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to make a couple of tables with the cookbook. I see that the for a password in the tables content it shows in plain text.
Can you add the 'sensitive true' parameter in the file resources in the 'libraries/tables.rb'
Thanks
and
The text was updated successfully, but these errors were encountered: