oscerd opened a new issue #973: URL: https://github.com/apache/camel-kafka-connector/issues/973
[2021-02-04 08:41:37,479] INFO Setting initial properties in Camel context: [[connector.class=org.apache.camel.kafkaconnector.aws2kms.CamelAws2kmsSinkConnector, camel.sink.endpoint.operation=createKey, camel.sink.component=aws2-kms, value.converter=org.apache.kafka.connect.storage.StringConverter, key.converter=org.apache.kafka.connect.storage.StringConverter, camel.component.aws2-kms.access-key=<plain_accesskey_key>, camel.component.aws2-kms.secret-key=<plain_secret_key>, topics=kms9000, camel.sink.path.label=kms-point, task.class=org.apache.camel.kafkaconnector.aws2kms.CamelAws2kmsSinkTask, name=CamelAws2-kmsSinkConnector, camel.component.aws2-kms.region=eu-west-1]] This is because the SensitiveUtils class take into account the camel case version sensitive names like accessKey or secretKey, but in this case the filter should be for kebab cases. I think we need to improve this on camel-side. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org