Open ooteniya1 opened 2 years ago
The tackle-pathfinder-rest is expecting to connect to tackle-keycloak using https.
Nov 30, 2021 4:33:25 PM io.quarkus.runtime.ApplicationLifecycleManager run ERROR: Failed to start application (with profile prod) io.vertx.core.impl.NoStackTraceThrowable: Forbidden: {"error":"invalid_request","error_description":"HTTPS required"}
Unfortunately, the environment variable QUARKUS_OIDC_AUTH_SERVER_URL points to http://tackle-keycloak:8080/auth/realms/tackle.
Workaround:
This needs to be fixed.
The tackle-pathfinder-rest is expecting to connect to tackle-keycloak using https.
Nov 30, 2021 4:33:25 PM io.quarkus.runtime.ApplicationLifecycleManager run ERROR: Failed to start application (with profile prod) io.vertx.core.impl.NoStackTraceThrowable: Forbidden: {"error":"invalid_request","error_description":"HTTPS required"}
Unfortunately, the environment variable QUARKUS_OIDC_AUTH_SERVER_URL points to http://tackle-keycloak:8080/auth/realms/tackle.
Workaround:
This needs to be fixed.