Closed
Description
/kind feature
Describe the solution you'd like
CAPO calls OpenStack API as client. That client connection is using TLSconfig that is only setting TLSminversion of TLS 1.2. As follow-up to TLS configuration flags for CAPO webhook I think it would be nice to make that client connection TLS configurable as well.
Anything else you would like to add:
Before implementing it, I'd like to hear how maintainers would like to see it done. Namely if the client TLS connections should honor the same configuration flags as webhooks (--tls-min-version
, --tls-max-version
), or if the client connection should have its own flags, something like --tls-client-min-version
or --tls-min-version-client
etc.