mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-10 09:22:06 -04:00
Add change of exit code for status to upgrade page
This commit is contained in:
parent
7b3e02774f
commit
11151af1dc
1 changed files with 5 additions and 0 deletions
|
|
@ -48,6 +48,11 @@ endpoint. Since the `default` policy contains `auth/token/renew-self` this
|
|||
makes it much more likely that the request will succeed rather than somewhat
|
||||
confusingly failing due to a lack of permissions on `auth/token/renew`.
|
||||
|
||||
## `status` CLI Command
|
||||
The `status` CLI command now returns an exit code of `0` for an unsealed Vault
|
||||
(as before), `2` for a sealed Vault, and `1` for an error. This keeps error
|
||||
return codes consistent across commands.
|
||||
|
||||
## Transit Upsertion Behavior Uses Capabilities
|
||||
|
||||
Previously, attempting to encrypt with a key that did not exist would create a
|
||||
|
|
|
|||
Loading…
Reference in a new issue