[ 
https://issues.apache.org/jira/browse/CAMEL-22516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18028719#comment-18028719
 ] 

Claus Ibsen edited comment on CAMEL-22516 at 10/9/25 11:04 AM:
---------------------------------------------------------------

And also if you configure custom additional keys
{code:java}
camel.main.additionalSensitiveKeywords = accessKeyId,secretAccessKey
aws.accessKeyId = my%id
aws.bucketName = mybucket
aws.region = eu-south-2
aws.secretAccessKey = my+key {code}


was (Author: davsclaus):
And also if you configure custom additional keys
{code:java}
camel.main.additionalSensitiveKeywords = 
accessKeyId,secretAccessKeyaws.accessKeyId = my%id
aws.bucketName = mybucket
aws.region = eu-south-2
aws.secretAccessKey = my+key {code}

> camel-core - RAW() should mask the value when printing
> ------------------------------------------------------
>
>                 Key: CAMEL-22516
>                 URL: https://issues.apache.org/jira/browse/CAMEL-22516
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 4.16.0
>
>
> When using RAW() then its usually used for sensitive information like api 
> tokens or passwords etc. We should mask logging by default, for example when 
> Camel startup it has a startup summary that would print the key=value of 
> property placeholders.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to