Open franksc opened 2 years ago
This works:
default_tls_container_ref
pointing to container secret for TLS stuffHowever, automating the renewal and use of a Let's Encrypt certificate seems super fiddly because the value of an OpenStack secret can't be changed after it's created – so you can't just update a secret container over time with renewed/new TLS stuff and have the LB listener dynamically pick this up.
The components for automation would seem to be:
Marking this as 'wontfix' as implementing the described automation is out of current scope.
This should be revisited if:
Load balancer component, as the public-facing interface for the service, should use TLS/HTTPS.
OpenStack Octavia load balancers support TLS termination at the load balancer (i.e. not passed through to pool members), which is ideal.