davsclaus commented on code in PR #26435:
URL: https://github.com/apache/camel/pull/26435#discussion_r4011944739
##########
components/camel-spiffe/src/main/java/org/apache/camel/component/spiffe/SpiffeConfiguration.java:
##########
@@ -66,8 +66,8 @@ public void setSpiffeSocketPath(String spiffeSocketPath) {
/**
* The comma-separated audience(s) to request for a JWT-SVID
(fetchJwtSvid) or to validate against
* (validateJwtSvid). Can be overridden per-message with the {@code
CamelSpiffeAudience} header. Note that
Review Comment:
Heads-up for the rebase: #26420 makes `CamelSpiffeAudience` ignored on the
`validateJwtSvid` path, so "Can be overridden per-message …" will need
qualifying to `fetchJwtSvid` once both are in. Non-blocking — whichever lands
second picks it up.
--
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]