stocker icon indicating copy to clipboard operation
stocker copied to clipboard

Decryption of encrypted ENVs

Open stp-ip opened this issue 11 years ago • 0 comments

Make it possible to decrypt ENVs. One could provide the container with _env_AWS_CREDENTIAL=$encrypted_credential, which stocker decrypts and submits as AWS_CREDENTIAL=$credential on an exec run. This would enable to use ENVs and secured ENVs for containers. It would make switching environments easy and additionally make it possible to base encrypted data onto ENVs without another backend necessary.

stp-ip avatar Oct 31 '14 19:10 stp-ip