gnodet commented on PR #22344:
URL: https://github.com/apache/camel/pull/22344#issuecomment-4168407341
_Claude Code on behalf of Guillaume Nodet_
Correction: ignore point 4 ("known property conventions") from my previous
comment. The plugin-aware catalog + property tracing already covers those cases
— if a plugin's `<password>` config uses `${docker.password}`, the tracing
catches it regardless of the property name. No need for a separate
convention-based list.
So the approach simplifies to:
1. Plugin-aware catalog: `pluginArtifactId → [sensitive config params]`
2. Parse the POM, find plugins, look up their sensitive params
3. Trace `${prop}` references back to `<properties>` and mask those values
--
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]