stocker icon indicating copy to clipboard operation
stocker copied to clipboard

Manage environment variables securely.

Results 6 stocker issues
Sort by recently updated
recently updated
newest added

I cloned down the project and ran `make` only to be greeted with this compiler error. Any advice? It looks like there's a change of libraries (since both are google...

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...