Re: Masking endpoint parameters in logs

2020-10-01 Thread Anthony Wu
Thanks for the clarification Claus. I was curious what flag/parameter the Jira ticket implemented but it sounds that's not accessible without recompiling the source code, which we'd like to avoid. It is a little weird but our scenario is just masking the whole "sftp://"; path from i.e. route startu

Re: Masking endpoint parameters in logs

2020-09-30 Thread Claus Ibsen
Hi You cannot mask the sftp path part. Camel only masks sensitive data for credentials like username, passwords etc. If you want to avoid this, then you can "patch the source code" by adding mask = true in the source code and rebuild the component. Or extend the component as sftp2 and set the mask