Hi All,
In our ecosystem, we're required to jump through an http proxy to reach other servers. Via command line, it is simple:
git config --global https.proxy https://<proxy-hostname>:<proxy-port>
git config --global http.proxy https://<proxy-hostname>:<proxy-port>
Is there a similar way to configure salt master so that gitfs and git_pillar utilize a proxy as well?
Thanks so much!