Skip to content

Commit 4e7e575

Browse files
committed
keycloak: expose health checks over HTTP instead of HTTPS to avoid redirects
1 parent 7646bdd commit 4e7e575

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/extended/authentication/keycloak_helpers.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ func keycloakEnvVars() []corev1.EnvVar {
288288
Name: "KC_HTTPS_CERTIFICATE_KEY_FILE",
289289
Value: path.Join(keycloakCertMountPath, keycloakKeyFile),
290290
},
291+
{
292+
Name: "KC_HTTP_MANAGEMENT_SCHEME",
293+
Value: "http",
294+
},
291295
}
292296
}
293297

0 commit comments

Comments
 (0)