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 b8eac7ffdb480469ba3b6bd52e58c512ffbfd83f
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Mar 4 07:36:13 2022 +0100

    CAMEL-17739 - Camel Google Secret Manager Properties Source: Support the 
usage of client default instance
---
 .../apache/camel/catalog/main/camel-main-configuration-metadata.json   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
index 19e2c3c..6050deb 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/main/camel-main-configuration-metadata.json
@@ -232,6 +232,7 @@
     { "name": "camel.vault.aws.region", "description": "The AWS region", 
"sourceType": "org.apache.camel.vault.AwsVaultConfiguration", "type": "string", 
"javaType": "java.lang.String" },
     { "name": "camel.vault.aws.secretKey", "description": "The AWS secret 
key", "sourceType": "org.apache.camel.vault.AwsVaultConfiguration", "type": 
"string", "javaType": "java.lang.String" },
     { "name": "camel.vault.gcp.projectId", "description": "The GCP Project 
ID", "sourceType": "org.apache.camel.vault.GcpVaultConfiguration", "type": 
"string", "javaType": "java.lang.String" },
-    { "name": "camel.vault.gcp.serviceAccountKey", "description": "The Service 
Account Key location", "sourceType": 
"org.apache.camel.vault.GcpVaultConfiguration", "type": "string", "javaType": 
"java.lang.String" }
+    { "name": "camel.vault.gcp.serviceAccountKey", "description": "The Service 
Account Key location", "sourceType": 
"org.apache.camel.vault.GcpVaultConfiguration", "type": "string", "javaType": 
"java.lang.String" },
+    { "name": "camel.vault.gcp.useDefaultInstance", "description": "Define if 
we want to use the GCP Client Default Instance or not", "sourceType": 
"org.apache.camel.vault.GcpVaultConfiguration", "type": "boolean", "javaType": 
"boolean", "defaultValue": "false" }
   ]
 }

Reply via email to