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 455a82f2a2d27e4dd9b74d693b1397ac041b53fc
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Jul 13 19:19:57 2022 +0200

    CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud 
services - Hashicorp Vault
---
 .../component/hashicorp/vault/HashicorpVaultPropertiesFunction.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultPropertiesFunction.java
 
b/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultPropertiesFunction.java
index 673a94e956a..449aa075868 100644
--- 
a/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultPropertiesFunction.java
+++ 
b/components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultPropertiesFunction.java
@@ -33,10 +33,10 @@ import org.springframework.vault.core.VaultTemplate;
 import org.springframework.vault.support.VaultResponse;
 
 /**
- * A {@link PropertiesFunction} that lookup the property value from AWS 
Secrets Manager service.
+ * A {@link PropertiesFunction} that lookup the property value from Hashicorp 
Vault instance.
  * <p/>
- * The credentials to access Secrets Manager is defined using three 
environment variables representing the static
- * credentials:
+ * The credentials to access Hashicorp Vault is defined using five environment 
variables representing the static
+ * credentials and service location:
  * <ul>
  * <li><tt>CAMEL_VAULT_AWS_ACCESS_KEY</tt></li>
  * <li><tt>CAMEL_VAULT_AWS_SECRET_KEY</tt></li>

Reply via email to