canonical / lego-base-k8s-operator

Base library for building Lego Kubernetes operators
https://charmhub.io/lego-base-k8s
Apache License 2.0
0 stars 3 forks source link

feat: introduce proxy related variables #143

Closed shipperizer closed 1 week ago

shipperizer commented 1 week ago

Description

Introducing support for HTTP proxying

Golang respects the usage of the environment variables (below) when using HTTP clients:

The following variables are set in the environment context/shell to constraint the lego command

Checklist:

saltiyazan commented 1 week ago

Tested and worked locally. Merging.