This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 48fc6afd817b81190b28b5e253c67e3a18539a22 Author: Claus Ibsen <[email protected]> AuthorDate: Wed Mar 2 11:21:47 2022 +0100 Regen --- .../src/main/docs/google-secret-manager-component.adoc | 2 +- .../src/main/docs/modules/eips/examples/json/resumable.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc index 751dc27..d3b5936 100644 --- a/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc +++ b/components/camel-google/camel-google-secret-manager/src/main/docs/google-secret-manager-component.adoc @@ -84,7 +84,7 @@ include::partial$component-endpoint-options.adoc[] // endpoint options: END -==== Using GCP Secret Manager Properties Source +=== Using GCP Secret Manager Properties Source To use GCP Secret Manager you need to provide _serviceAccountKey_ file and GCP _projectId_. This can be done using environmental variables before starting the application: diff --git a/core/camel-core-engine/src/main/docs/modules/eips/examples/json/resumable.json b/core/camel-core-engine/src/main/docs/modules/eips/examples/json/resumable.json new file mode 120000 index 0000000..6e78933 --- /dev/null +++ b/core/camel-core-engine/src/main/docs/modules/eips/examples/json/resumable.json @@ -0,0 +1 @@ +../../../../../../../../camel-core-model/src/generated/resources/org/apache/camel/model/resumable.json \ No newline at end of file
