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
Use Correct Filesystem Permissions. Always ensure appropriate permissions are applied to files prior to starting Vault, especially those containing sensitive information.
This would be implemented through a shell script declared in a ExecStartPre directive of the systemd service (and before starting the daemon in init scripts). It'd have to check for the file perms and owner/group of all the paths declared in this role.
Would such change be accepted by maintainers (if so, I can work on it)?
The text was updated successfully, but these errors were encountered:
The Production Hardening guide have the following bullet:
This would be implemented through a shell script declared in a
ExecStartPre
directive of the systemd service (and before starting the daemon in init scripts). It'd have to check for the file perms and owner/group of all the paths declared in this role.Would such change be accepted by maintainers (if so, I can work on it)?
The text was updated successfully, but these errors were encountered: