cert-manager-webhook-ovh icon indicating copy to clipboard operation
cert-manager-webhook-ovh copied to clipboard

HTTP_PROXY proxy support

Open aureq opened this issue 3 years ago • 0 comments

This pull request is to allow deployment behind a HTTP proxy to communicate with the OVH api through a user defined proxy. Thos works by simply creating environment variables named HTTP_PROXY, HTTPS_PROXYandNO_PROXY` as part of the deployment.

The changes presented in this PR are directly borrowed from cert-manager v1.6.1 to make things more consistent for the end user.

I've done a test and it worked for me as expected.

aureq avatar Jan 11 '22 10:01 aureq