Skip to content

Commit 601ef08

Browse files
authored
Disable metal-apiserver TLS verification (#319)
1 parent 146fbcb commit 601ef08

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • inventories/group_vars/control_plane

inventories/group_vars/control_plane/metal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ metal_apiserver_url: http://v2.{{ metal_control_plane_ingress_dns }}:8080
2020

2121
metal_apiserver_oidc_discovery_url: https://auth.{{ metal_control_plane_ingress_dns }}:4443/.well-known/openid-configuration
2222
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
2324

2425
metal_apiserver_secure_cookie: false
2526

0 commit comments

Comments
 (0)