windmill-helm-charts icon indicating copy to clipboard operation
windmill-helm-charts copied to clipboard

Better secrets control

Open zs-ko opened this issue 1 year ago • 2 comments

Currently the helm is reading secrets trough environment variables. This limits the way we can inject secrets into the deployment.

Add support for reading secrets from files. Add Env variables that point to files instead of directly to the secret value DATABASE_URL_FILE="/some/container/path/file"

This will also adapt to different secret management methods. Like when using Hashicorp vault and dynamic database credentials

zs-ko avatar Aug 22 '23 13:08 zs-ko