Support vlt cli across all native envs
S
Shantanu
I'm using Hashicorp Vault Secrets to manage all my secrets across my local,dev and production environments.
Ideally, I'd like a first party integration between Vault Secrets and Render. Hashicorp Vault Secrets, seems to have first party support for GitHub Actions and Vercel.
Vault Secrets, also has a cli that makes interacting with their API quite easy and allows me to inject secrets by running:
vlt run -c $cmd
My current workarounds are:
- use a docker image and install the cli myself
- use the native go environment but replace the vltcli with curl calls to the API to emulate the cli.
Log In