stefanprodan / mgob

MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for environment variable expansion within configuration

trust56 opened this issue · comments

Hello,

it would be great if references to environment variables could be written in the configurations of mgob. That way one could inject DB connection strings as secrets into the configuration. I'm aware, that mgob supports k8s secrets, but still I would prefer env vars for some reason.

Could you please take a look at PR #62 , which I think does exactly this?

Thanks in advance :)