ON-PREM: Use Env Variables to configure vcs.on-premises.properties
Im trying to configure the Space On Prem configs using envs for secrets. It works on all except for the vcs. As I understand *.properties don't interpolate env vars.
Are there other configs or other ENVS that can be set to configure the s3 access keys for example.
Please sign in to leave a comment.
Jarek Toro B, thanks for reporting this! We'll provide a fix to support env variables in the VCS config file as well. Meanwhile, below is the workaround I could suggest.
Let's say, we'd like to pass `vcs.dfs.sql_password` property as an env variable (this should work for any other properly as well).
Thank you