-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP API should return 503 when sealed #213
Comments
ianunruh
changed the title
HTTP API should return 503 if Vault is sealed
HTTP API should return 503 when sealed
May 17, 2015
Tagged as bug |
Fixed in #225 |
rajanadar
added a commit
to rajanadar/VaultSharp
that referenced
this issue
Aug 28, 2016
working towards parity with hashicorp/vault#213
This was referenced Feb 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the API docs, it is specified that when the Vault is sealed, the API will return a 503 Service Unavailable. As of 0.1.2 however, it returns a 500 Internal Server Error with the error message
Vault is sealed
.https://vaultproject.io/docs/http/index.html
The text was updated successfully, but these errors were encountered: