oscerd commented on issue #9052: URL: https://github.com/apache/camel-quarkus/issues/9052#issuecomment-5494534118
Closing along with PR #9069. Gating the CLI connector to dev/test would break `camel run --runtime=quarkus`, which launches via `quarkus:run` (prod mode) unless `--dev`/`--reload` is passed, so camel-jbang would lose the ability to interact with the running application. The connector's action-file IPC is local-only and same-user, so the insecure default it fixes is not a meaningful trust boundary. Revisiting this would mean changing camel-jbang to pass `-Dquarkus.camel.cli.exposure-mode=all` first. Details in PR #9069. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
