open-vault/website/content/partials/plugin-file-permissions-check.mdx

5 lines
468 B
Plaintext
Raw Normal View History

By default, Vault expects the plugin directory and files to be owned by the
user running Vault. It also expects no write or execute permissions for group or others.
Vault allows operators to specify the user and permissions of the plugin directory and binaries
using parameters `plugin_file_uid` and `plugin_file_permissions` if an operator needs those to be different.
This check can be disabled via the environment variable `VAULT_DISABLE_FILE_PERMISSIONS_CHECK`.