This is an automated email from the ASF dual-hosted git repository.
wmedvedeo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git
The following commit(s) were added to refs/heads/main by this push:
new 46f36c29a kie-kogito-apps-2103: Remove jobs-service-common by default
CORS setup (#2104)
46f36c29a is described below
commit 46f36c29abe03148b3c5c4c7d469976a00804911
Author: Walter Medvedeo <[email protected]>
AuthorDate: Mon Sep 23 16:35:04 2024 +0200
kie-kogito-apps-2103: Remove jobs-service-common by default CORS setup
(#2104)
---
.../src/main/resources/META-INF/microprofile-config.properties | 2 --
1 file changed, 2 deletions(-)
diff --git
a/jobs-service/jobs-service-common/src/main/resources/META-INF/microprofile-config.properties
b/jobs-service/jobs-service-common/src/main/resources/META-INF/microprofile-config.properties
index c958aa2a1..d3e636f2a 100644
---
a/jobs-service/jobs-service-common/src/main/resources/META-INF/microprofile-config.properties
+++
b/jobs-service/jobs-service-common/src/main/resources/META-INF/microprofile-config.properties
@@ -30,8 +30,6 @@ quarkus.container-image.group=org.kie.kogito
# Web Config
quarkus.ssl.native=true
-quarkus.http.cors=true
-quarkus.http.cors.origins=/.*/
quarkus.http.limits.max-body-size=10M
quarkus.http.port=8080
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]