appuio / terraform-modules

Terraform modules for APPUiO
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Add support for enabling PROXY protocol on the LBs #16

Closed simu closed 2 years ago

simu commented 3 years ago

Currently we have to enable PROXY protocol on the LBs by setting profile_openshift4_gateway::enable_proxy_protocol: true by hand in the hieradata.

This should be a configuration option which can be managed through the vshn-lbaas-cloudscale and vshn-lbaas-hieradata modules.

Out of scope