mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
Docs: update plugin_dir (#7585)
- Add note that plugin_dir value cannot be a symlink
This commit is contained in:
parent
bcbabd0b0b
commit
83cd00f3c8
@ -101,7 +101,7 @@ to specify where the configuration is.
|
||||
|
||||
- `plugin_directory` `(string: "")` – A directory from which plugins are
|
||||
allowed to be loaded. Vault must have permission to read files in this
|
||||
directory to successfully load plugins.
|
||||
directory to successfully load plugins, and the value cannot be a symbolic link.
|
||||
|
||||
- `telemetry` <tt>([Telemetry][telemetry]: <none>)</tt> – Specifies the telemetry
|
||||
reporting system.
|
||||
@ -112,7 +112,7 @@ to specify where the configuration is.
|
||||
parameters). Not all parts of Vault's logging can have its level be changed
|
||||
dynamically this way; in particular, secrets/auth plugins are currently not
|
||||
updated dynamically. Supported log levels: Trace, Debug, Error, Warn, Info.
|
||||
|
||||
|
||||
- `log_format` `(string: "")` – Specifies the log format to use; overridden by
|
||||
CLI and env var parameters. Supported log formats: "standard", "json".
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user