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 3f49d9808813c9c6e34a720a896febdfff69b963 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jun 8 15:12:40 2022 +0200 CAMEL-17689 - Create a Camel Hashicorp Vault Component --- .../apache/camel/component/hashicorp/vault/HashicorpVaultEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultEndpoint.java b/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultEndpoint.java index fcc186a0f30..6e10a2ceb9a 100644 --- a/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultEndpoint.java +++ b/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultEndpoint.java @@ -32,7 +32,7 @@ import org.springframework.vault.core.VaultTemplate; * Manage secrets in Hashicorp Vault Service */ @UriEndpoint(firstVersion = "3.18.0", scheme = "hashicorp-vault", title = "Hashicorp Vault", - syntax = "hashicorp-vault:vaultName", category = { + syntax = "hashicorp-vault:secretsEngine", category = { Category.CLOUD, Category.CLOUD }, producerOnly = true, headersClass = HashicorpVaultConstants.class)