SovereignCloudStack / cluster-stack-provider-openstack

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

Support specifying the CA certificate or adding `verify: false` into clouds.yaml #146

Closed michal-gubricky closed 5 months ago

michal-gubricky commented 5 months ago

/kind feature

Describe the solution you'd like 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.