Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: AccountNotFound invalid error code
Actually, when the account is not found in Vault, we return back to the client a 500 error, it's supose to be a 404 NotFound http error. This pull request do the changes to return the proper error code. - Send back 404 for AccountNotFound error Fixes https://github.com/scality/Vault/issues/509
- Loading branch information