SovereignCloudStack / cluster-stack-provider-openstack

Cluster Stack Provider OpenStack
https://scs.community/
Apache License 2.0
1 stars 0 forks source link

:sparkles: Support specifying the CA cert or adding verify=false into clouds.yaml #148

Closed michal-gubricky closed 5 months ago

michal-gubricky commented 5 months ago

What this PR does / why we need it: Based on the discussion in matrix chat, see here. We would like to support a scenario where AuthURL in clouds.yaml is not signed by the public authority like e.g. Let's Encrypt. This can be resolved by specify the CA certificate or adding verify: false into your clouds.yaml file. CAPO already implemented here.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged): Fixes #146

TODOs: