jamesnetherton opened a new pull request, #556: URL: https://github.com/apache/camel-quarkus-examples/pull/556
Companion to https://github.com/apache/camel-quarkus/pull/8944 That PR hardens the Jolokia extension defaults: the agent now binds to `localhost` in prod mode, and the default restrictor rejects requests from non-loopback addresses. Both are required for hawtio-online to reach the agent on Kubernetes, since a Service DNATs to the pod IP rather than proxying through the pod's loopback. - `application.properties`: added `quarkus.camel.jolokia.server.host` and `quarkus.camel.jolokia.remote-access-allowed`, commented out so local runs keep the secure defaults. - `README.adoc`: the Jolokia & Hawtio section claimed the extension "will automatically configure the application to be discoverable from the Hawtio Online console", which is no longer accurate. Replaced with the config that is now needed. Docs and comments only, no functional change. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
