From b6212bc688bbd3b330eb0569ab2d557d802b5a3b Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Fri, 3 Feb 2017 16:12:21 -0800 Subject: [PATCH] reloads --- website/source/docs/agent/configuration/vault.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/agent/configuration/vault.html.md b/website/source/docs/agent/configuration/vault.html.md index e9ded6d79..e6a8fb68c 100644 --- a/website/source/docs/agent/configuration/vault.html.md +++ b/website/source/docs/agent/configuration/vault.html.md @@ -143,5 +143,11 @@ vault { The key difference is that the token is not necessary on the client. +## `vault` Configuration Reloads + +The Vault configuration can be reloaded on servers. This can be useful if a new +token needs to be given to the servers without having to restart them. A reload +can be accomplished by sending the process a `SIGHUP` signal. + [vault]: https://www.vaultproject.io/ "Vault by HashiCorp" [nomad-vault]: /docs/vault-integration/index.html "Nomad Vault Integration"