You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/17 11:10:40 UTC

[camel] 01/03: Camel-AWS-secrets-manager: Added docs

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 5d58ae87b9dfa581785ff8ed9510bbb064b61c8a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 17 12:02:54 2021 +0100

    Camel-AWS-secrets-manager: Added docs
---
 .../src/main/docs/aws-secrets-manager-component.adoc        | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc b/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc
index 1f83a35..be10734 100644
--- a/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc
+++ b/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc
@@ -113,6 +113,17 @@ with the following path and query parameters:
 |===
 // endpoint options: END
 
+=== Secrets Manager Producer operations
+
+Camel-AWS-Secrets-manager component provides the following operation on the producer side:
+
+- listSecrets
+- createSecret
+- deleteSecret
+- describeSecret
+- rotateSecret
+- getSecret
+
 == Dependencies
 
 Maven users will need to add the following dependency to their pom.xml.
@@ -129,3 +140,5 @@ Maven users will need to add the following dependency to their pom.xml.
 ---------------------------------------
 
 where `$\{camel-version}` must be replaced by the actual version of Camel.
+
+include::camel-spring-boot::page$aws-secrets-manager-starter.adoc[]