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
I noticed that when provisioning configs (config.json or services via consul::service) the default file permissions are used. Since these files will likely have tokens in them, I was thinking the permissions should be more restrictive.
Thoughts on using something like mode => 0600? I'd be happy to open a PR.
The text was updated successfully, but these errors were encountered:
600 sounds too restrictive, even for me, and would be inflexible to other who are integrating the tool with other tools. We are setting the group, so I would accept a PR for an explicit 660, and if people need to read it, they can add their users to the consul group of their choosing.
I noticed that when provisioning configs (
config.json
or services viaconsul::service
) the default file permissions are used. Since these files will likely have tokens in them, I was thinking the permissions should be more restrictive.Thoughts on using something like
mode => 0600
? I'd be happy to open a PR.The text was updated successfully, but these errors were encountered: