baarde / cert-manager-webhook-ovh

OVH Webhook for Cert Manager
Apache License 2.0
94 stars 63 forks source link

HTTP_PROXY proxy support #17

Closed aureq closed 1 year ago

aureq commented 2 years ago

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.