cruise-automation / daytona

A Vault client, but for containers and servers.
Apache License 2.0
293 stars 33 forks source link

Write env variable for single key, if not also written to file #101

Closed jonnylangefeld closed 1 year ago

jonnylangefeld commented 1 year ago

This fixes a bug where SECRET_ENV=true only worked if DAYTONA_SECRET_DESTINATION_THING is also set, even though that is not expected.

Fix #99