Skip to content

Conversation

@UnknownHero
Copy link
Contributor

Related to #861

I add new config - ENV_DIR
This dir is abs path to safe folder in doco cd filesystem (not inside repos). In this folder users can store their .env files.

To add this files to apps deployment I extend env_files option: it's new prefix "file:<relative_path>", this path relative to ENV_DIR and can't load files outside for security issues.

My motivation was to add some envs that change outside of my IaC commits (some secrets that i generate by api), so I can't keep it in code as encrypted data. But i don't want up external secrets manager because its overkill for this type of problem.

Also ArgoCD have inline variables like in #861 but i prefer to extend remote: syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant