You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
/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.yamlis not signed by the public authority like e.g. Let's Encrypt. This can be resolved by specify the CA certificate or addingverify: falseinto yourclouds.yamlfile. CAPO already implemented here.