oscerd opened a new pull request, #24090: URL: https://github.com/apache/camel/pull/24090
Documents the new opt-in `webhookSecret` option (X-Hub-Signature-256 verification) of `camel-whatsapp` in the version-specific upgrade guides on `main`. ## Context The `webhookSecret` option ships on `main` (4.21.0, #24034) and is backported to: - `camel-4.18.x` — #24084 - `camel-4.14.x` — #24086 Per the backport upgrade-guide policy, all version-specific `camel-4x-upgrade-guide-4_XX.adoc` files live on `main` and act as the canonical history. This PR adds a short `=== camel-whatsapp` note to: - `camel-4x-upgrade-guide-4_21.adoc` - `camel-4x-upgrade-guide-4_18.adoc` - `camel-4x-upgrade-guide-4_14.adoc` The note describes the new **opt-in** option (default behaviour unchanged): when set, inbound webhook event callbacks with a missing or invalid `X-Hub-Signature-256` signature are rejected with HTTP 403. Docs-only change. --- _Claude Code on behalf of Andrea Cosentino_ -- 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]
