jcmoraisjr / haproxy-ingress

HAProxy Ingress
https://haproxy-ingress.github.io
Apache License 2.0
1.02k stars 272 forks source link

Allows secure backend configuration from global #1119

Closed jcmoraisjr closed 1 month ago

jcmoraisjr commented 2 months ago

Some configuration keys were not designed to be made from global due to the lack of a namespace name. Secure backend needs a namespace to read secrets for a CA bundle and client certificate. This update allows to provide a secret in the global ConfigMap by adding the namespace along with the name of the secret.

jcmoraisjr commented 2 months ago

1073