pior / appsecrets

Python 3.6+ library to manage your application secrets with Google Cloud KMS
https://pypi.org/project/appsecrets/
MIT License
1 stars 0 forks source link

Improve error handling when decryption failed #2

Closed pior closed 6 years ago

pior commented 6 years ago

When decryption fails, the response doesn't contain the plaintext key. We are currently crashing with a KeyError

pior commented 6 years ago

Fixed