From 83cd00f3c8fd1f82fb0d3bbf2538bce4b95582a2 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Mon, 7 Oct 2019 10:17:12 -0400 Subject: [PATCH] Docs: update plugin_dir (#7585) - Add note that plugin_dir value cannot be a symlink --- website/source/docs/configuration/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/configuration/index.html.md b/website/source/docs/configuration/index.html.md index e1c9767bd6..5ee97459b7 100644 --- a/website/source/docs/configuration/index.html.md +++ b/website/source/docs/configuration/index.html.md @@ -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` ([Telemetry][telemetry]: <none>) – 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".