AWX Proxy Config

Hi

I just set up an AWX instance and trying to get ready. It is a Centos 7.5 x64 virtual machine and I 've configured it with a proxy [1]. But seems like awx_task container don’t get Environmental Variables.

When I try to get example projects from github I can see that “github-remote-https” process started immediately. However, there isn’t any connection attempt to proxy server. How can I go further ?

This machine is working in a seperated and isolated network so I can only get connect with it on Thursdays. In case of need to see any details of its configuration I can only share on next Thursday.

[1] : https://docs.docker.com/config/daemon/systemd/#httphttps-proxy

T. Benedicto

Hi again
I realize that docker allow me to see container’s environment variables. So, i check proxy environment variables and they are correct. But container sends packets to “github.com:443

Seems no one else need to use http_proxy ha ?