This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 8c6d013eb12b88126e24f6254afc278cee352658 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Feb 22 12:32:12 2022 +0100 CAMEL-17691 - Camel Google Secret Manager: Add more operations - docs --- .../src/main/docs/google-secret-manager-component.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/camel-google/camel-google-secrets-manager/src/main/docs/google-secret-manager-component.adoc b/components/camel-google/camel-google-secrets-manager/src/main/docs/google-secret-manager-component.adoc index ba6c91e..27b2747 100644 --- a/components/camel-google/camel-google-secrets-manager/src/main/docs/google-secret-manager-component.adoc +++ b/components/camel-google/camel-google-secrets-manager/src/main/docs/google-secret-manager-component.adoc @@ -90,6 +90,9 @@ include::partial$component-endpoint-options.adoc[] Google Functions component provides the following operation on the producer side: - createSecret +- getSecretVersion +- deleteSecret +- listSecrets If you don't specify an operation by default the producer will use the `createSecret` operation.
