This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f43488fd6b02ff95e7ec925a3385ca3f613d919b
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Jan 17 11:51:26 2018 +0100

    Camel-AWS CW - accessKey and secretKey are secret
---
 .../main/java/org/apache/camel/component/aws/cw/CwConfiguration.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-aws/src/main/java/org/apache/camel/component/aws/cw/CwConfiguration.java
 
b/components/camel-aws/src/main/java/org/apache/camel/component/aws/cw/CwConfiguration.java
index a1b0618..2d34014 100644
--- 
a/components/camel-aws/src/main/java/org/apache/camel/component/aws/cw/CwConfiguration.java
+++ 
b/components/camel-aws/src/main/java/org/apache/camel/component/aws/cw/CwConfiguration.java
@@ -35,9 +35,9 @@ public class CwConfiguration implements Cloneable {
     private AmazonCloudWatch amazonCwClient;
     @UriParam
     private String amazonCwEndpoint;
-    @UriParam
+    @UriParam(label = "security", secret = true)
     private String accessKey;
-    @UriParam
+    @UriParam(label = "security", secret = true)
     private String secretKey;
     @UriParam
     private String name;

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <commits@camel.apache.org>.

Reply via email to