peopledoc/vault-cli

Improve error management

ewjoachim opened this issue · 0 comments

Standard errors, independent from the backend used, for usual errors, caught with the proper CLI display.

For unexpected errors, for now, it's ok to raise the backend expections.

Expected errors include:

  • Incorrect auth
  • Secret not found
  • Vault sealed
  • ... any idea ?