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-quarkus.git
commit 18079c39cf632171d29c4cad419087f2e54621b5 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 28 14:18:03 2022 +0200 Create Camel Google Secret Manager Extension --- .../examples/components/google-secret-manager.yml | 13 ++++++++ .../extensions/google-secret-manager.adoc | 35 ++++++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/docs/modules/ROOT/examples/components/google-secret-manager.yml b/docs/modules/ROOT/examples/components/google-secret-manager.yml new file mode 100644 index 0000000..6ed43c7 --- /dev/null +++ b/docs/modules/ROOT/examples/components/google-secret-manager.yml @@ -0,0 +1,13 @@ +# Do not edit directly! +# This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page +cqArtifactId: camel-quarkus-google-secret-manager +cqArtifactIdBase: google-secret-manager +cqNativeSupported: false +cqStatus: Preview +cqDeprecated: false +cqJvmSince: 2.8.0 +cqNativeSince: n/a +cqCamelPartName: google-secret-manager +cqCamelPartTitle: Google Secret Manager +cqCamelPartDescription: Manage Google Secret Manager Secrets +cqExtensionPageTitle: Google Secret Manager diff --git a/docs/modules/ROOT/pages/reference/extensions/google-secret-manager.adoc b/docs/modules/ROOT/pages/reference/extensions/google-secret-manager.adoc new file mode 100644 index 0000000..939c6eb --- /dev/null +++ b/docs/modules/ROOT/pages/reference/extensions/google-secret-manager.adoc @@ -0,0 +1,35 @@ +// Do not edit directly! +// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page += Google Secret Manager +:linkattrs: +:cq-artifact-id: camel-quarkus-google-secret-manager +:cq-native-supported: false +:cq-status: Preview +:cq-status-deprecation: Preview +:cq-description: Manage Google Secret Manager Secrets +:cq-deprecated: false +:cq-jvm-since: 2.8.0 +:cq-native-since: n/a + +[.badges] +[.badge-key]##JVM since##[.badge-supported]##2.8.0## [.badge-key]##Native##[.badge-unsupported]##unsupported## + +Manage Google Secret Manager Secrets + +== What's inside + +* xref:{cq-camel-components}::google-secret-manager-component.adoc[Google Secret Manager component], URI syntax: `google-secret-manager:project` + +Please refer to the above link for usage and configuration details. + +== Maven coordinates + +[source,xml] +---- +<dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-google-secret-manager</artifactId> +</dependency> +---- + +Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
