envchain
envchain copied to clipboard
How to retrieve secrets stored in envchain
This article explains how to store secrets in the envchain, however there is no guidance how to retrieve those values - if they're to be used in an application . This example here explains storing AWS secrets to envchain -
$ envchain --set aws AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
aws.AWS_ACCESS_KEY_ID: my-access-key
aws.AWS_SECRET_ACCESS_KEY: secret
However there are no steps which can explain how these secrets can be used in a application config file - say a Java spring boot or Node JS application