-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
---
-
---
Our Kogito service runs with an
KOGITO_SERVICE_URL=https://...
in our Kubernetes cluster.
We cannot use the kogito-addons-quarkus-jobs-management and the
jobs-service to persist jobs because the callbacks from the jobs-service result in an exception that http requests cannot be sent to an https endpoint.
Maybe the org.kie.kogito.job.recipient.common.http.HTTPRequestExecutor can activate ssl based on the protocol of the URL?
We need the https KOGITO_SERVICE_URL because the task- and management console web applications runs outside the cluster.