We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146fbcb commit 601ef08Copy full SHA for 601ef08
1 file changed
inventories/group_vars/control_plane/metal.yml
@@ -20,6 +20,7 @@ metal_apiserver_url: http://v2.{{ metal_control_plane_ingress_dns }}:8080
20
21
metal_apiserver_oidc_discovery_url: https://auth.{{ metal_control_plane_ingress_dns }}:4443/.well-known/openid-configuration
22
metal_apiserver_oidc_end_session_url: "https://auth.{{ metal_control_plane_ingress_dns }}:4443/oidc/v1/end_session"
23
+metal_apiserver_tls_skip_verify: true
24
25
metal_apiserver_secure_cookie: false
26
0 commit comments