11ddd2290b
This endpoint causes the node it's hit to step down from active duty. It's a noop if the node isn't active or not running in HA mode. The node will wait one second before attempting to reacquire the lock, to give other nodes a chance to grab it. Fixes #1093
561 B
561 B
layout | page_title | sidebar_current | description |
---|---|---|---|
http | HTTP API: /sys/seal | docs-http-seal-seal | The '/sys/seal' endpoint seals the Vault. |
/sys/seal
- Description
- Seals the Vault. In HA mode, only an active node can be sealed. Standby nodes should be restarted to get the same effect. Requires a token with `root` policy or `sudo` capability on the path.
- Method
- PUT
- Parameters
- None
- Returns
- A `204` response code.