|
Hello Our organization has now made authenticated outbound proxy usage mandatory, so we need PagerDuty notifications to go through a proxy that requires username/password authentication. From the documentation and what I could find in the PagerDuty alerter config, I only see support for:
but I do not see a documented option for proxy username/password for PagerDuty. My questions are:
If needed, I’m happy to work on a PR once I understand whether there is already a preferred approach for implementing this. Thanks. |
Replies: 1 comment 3 replies
|
Yes, basic authentication is supported with the existing proxy parameter, using the URL syntax you mentioned. If it's not working you should investigate whether it's not working because of an auth failure, and confirm via proxy logs that it received the credentials as expected. I suggest also checking whether the proxy is a standard or socks proxy and also that you're using the correct protocol identifier for your proxy. Read through how Python handles proxies here: https://requests.readthedocs.io/en/latest/user/advanced/#proxies We're open to PRs but I'm not sure what else you would implement that isn't already supported. |
Yes, please follow the CONTRIBUTION guidelines.