This commit is contained in:
Alex Dadgar
2017-02-03 16:12:21 -08:00
parent 5768252f2f
commit b6212bc688

View File

@@ -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"