minio / kes

Key Managament Server for Object Storage and more
https://min.io/docs/kes/concepts/
GNU Affero General Public License v3.0
456 stars 94 forks source link

Vault client ignore errors on return #454

Closed yoks closed 5 months ago

yoks commented 5 months ago

It looks like vault client overrides error in case if it is returned, and return unhelpful message instead.

This PR adds check if err is in fact nil before returning custom error.