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
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: ANY
Ruby: ANY
Distribution: ANY
Module version: 3.4.1
How to reproduce (e.g Puppet code you use)
puppet agent -t 🐱
What are you seeing
file permissions being set to 0644
What behaviour did you expect instead
let the user assign different permissions. I do have Redis token and Hashicorp Vault token set in hiera.yaml
Any additional information you'd like to impart
I can't make any PR until next week, but I guess that adding an option for file mode, and overwriting the default permission in the line 268 should be trivial.
The text was updated successfully, but these errors were encountered:
maxadamo
changed the title
hiera.yaml is word readable, but it can contain tokens
hiera.yaml is word readable, but it can contain secret tokens
Jun 10, 2019
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
puppet agent -t
🐱What are you seeing
file permissions being set to 0644
What behaviour did you expect instead
let the user assign different permissions. I do have Redis token and Hashicorp Vault token set in hiera.yaml
Any additional information you'd like to impart
I can't make any PR until next week, but I guess that adding an option for file mode, and overwriting the default permission in the line 268 should be trivial.
The text was updated successfully, but these errors were encountered: