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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new ad92dd6c375 Regen ad92dd6c375 is described below commit ad92dd6c375630717e4058d8e8435a32c40a2a16 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Sep 7 07:48:45 2024 +0200 Regen --- .../camel/springboot/catalog/dev-consoles.properties | 1 + .../catalog/dev-consoles/hashicorp-secrets.json | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties index 02a66eb25e1..5e480c7d48c 100644 --- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles.properties @@ -12,6 +12,7 @@ endpoint event gc gcp-secrets +hashicorp-secrets health inflight java-security diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/hashicorp-secrets.json b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/hashicorp-secrets.json new file mode 100644 index 00000000000..87186c0ad61 --- /dev/null +++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dev-consoles/hashicorp-secrets.json @@ -0,0 +1,15 @@ +{ + "console": { + "kind": "console", + "group": "camel", + "name": "hashicorp-secrets", + "title": "Hashicorp Secrets", + "description": "Hashicorp Vault Secrets", + "deprecated": false, + "javaType": "org.apache.camel.component.hashicorp.vault.SecretsDevConsole", + "groupId": "org.apache.camel.springboot", + "artifactId": "camel-hashicorp-vault-starter", + "version": "4.8.0-SNAPSHOT" + } +} +