apupier commented on PR #26543:
URL: https://github.com/apache/camel/pull/26543#issuecomment-5712405498
> No secret = true means the value is sensitive and should be masked
> the label is a wider group as you can have other options that are not
sensitive but are about security stuff
the deprecated note is stating differently:
```
/**
* Whether the option is secret/sensitive information such as a password.
*
* @deprecated use {@code security = "secret"} instead.
*/
```
https://github.com/apache/camel/blob/75fe1e1010684b91c5aca0a74516fa0107d2d764/core/camel-api/src/generated/java/org/apache/camel/spi/UriParam.java#L90-L96
and if it is the case we need to remove the deprecation and add the
secret)true to all components where the
--
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]