:wave: Some proxy related questions for those in t...
# general
b
👋 Some proxy related questions for those in the know. Does osquery make use of
HTTP_PROXY
and
HTTPS_PROXY
environment variables? If not, would it be a useful addition? What options exist for specifying a proxy? I'm aware of the
proxy_hostname
flag, as well as the aws client proxy flags. Are there other means of configuring a proxy? And lastly, do both the
proxy_hostname
and
aws_proxy_*
flags need to be set, or can just the
proxy_hostname
be set if all traffic needs to be routed through a proxy? Thank you in advance!