fugue / credstash

A little utility for managing credentials in the cloud
Apache License 2.0
2.06k stars 215 forks source link

Impossible to run version 1.16.2 of credstash in read-only filesystem #275

Closed olysyuk closed 4 years ago

olysyuk commented 4 years ago

In AWS Lambda only /tmp folder is writeable. Leaving credstash without configuration tries to create credstash.log in library folder and fails on module initialisation stage.

I assume that no-logging-by-default would be a preferable solution.

olysyuk commented 4 years ago

Sorry duplicate of https://github.com/fugue/credstash/issues/273