envchain icon indicating copy to clipboard operation
envchain copied to clipboard

How to retrieve secrets stored in envchain

Open SRAHEJA86 opened this issue 4 months ago • 0 comments

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

SRAHEJA86 avatar Oct 03 '24 13:10 SRAHEJA86