You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running cortex in a corporate environment, where all traffic to the internet must go through a certain proxy, configuring an alertmanager receiver (e.g. OpsGenie) with proxy settings seems currently not possible. Setting the proxy in the http_config parts from the receivers was disabled / is not possible due to #4129.
In addition, the alertmanager is not designed in a way, where configuring the proxy for receivers through the environment is possible. See this comment here: prometheus/alertmanager#853 (comment) We have tried to set HTTP_PROXY, HTTPS_PROXY, but the alertmanager ignored this for the receivers. Is there a way to set this proxy that I missed or is this simply not possible at the moment?
To Reproduce
Setting the proxy_url through the alertmanager-api is not possible:
Start Cortex (v1.11.0)
Perform a Post-Request to alertmanager (/api/v1/alerts) with a configured http_config part.
Describe the bug
When running cortex in a corporate environment, where all traffic to the internet must go through a certain proxy, configuring an alertmanager receiver (e.g. OpsGenie) with proxy settings seems currently not possible. Setting the proxy in the http_config parts from the receivers was disabled / is not possible due to #4129.
In addition, the alertmanager is not designed in a way, where configuring the proxy for receivers through the environment is possible. See this comment here: prometheus/alertmanager#853 (comment) We have tried to set HTTP_PROXY, HTTPS_PROXY, but the alertmanager ignored this for the receivers. Is there a way to set this proxy that I missed or is this simply not possible at the moment?
To Reproduce
Setting the proxy_url through the alertmanager-api is not possible:
Proxy environment variables are ignored
Expected behavior
I can configure a proxy for the alertmanager receivers, like the “regular” alertmanager is able to.
Environment:
Storage Engine
Additional Context
Nothing to add here
The text was updated successfully, but these errors were encountered: