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


The following commit(s) were added to refs/heads/main by this push:
     new 51fdbd8adfe Update aws-secrets-manager-component.adoc (#15881)
51fdbd8adfe is described below

commit 51fdbd8adfe9fd80c7058105725b1b35764dc78e
Author: Lukas Lowinger <[email protected]>
AuthorDate: Tue Oct 8 11:54:14 2024 +0200

    Update aws-secrets-manager-component.adoc (#15881)
---
 .../main/docs/aws-secrets-manager-component.adoc   | 23 +++++++++++-----------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git 
a/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc
 
b/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc
index 5b6f4ecaa4d..dcd1da70258 100644
--- 
a/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc
+++ 
b/components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc
@@ -15,8 +15,7 @@
 
 *{component-header}*
 
-The AWS Secrets Manager component supports list secret
-https://aws.amazon.com/secrets-manager/[AWS Secrets Manager] service.
+The AWS Secrets Manager component supports 
https://aws.amazon.com/secrets-manager/[AWS Secrets Manager] service.
 
 Prerequisites
 
@@ -74,9 +73,9 @@ To use this function, you'll need to provide credentials to 
AWS Secrets Manager
 
 [source,bash]
 ----
-export $CAMEL_VAULT_AWS_ACCESS_KEY=accessKey
-export $CAMEL_VAULT_AWS_SECRET_KEY=secretKey
-export $CAMEL_VAULT_AWS_REGION=region
+export CAMEL_VAULT_AWS_ACCESS_KEY=accessKey
+export CAMEL_VAULT_AWS_SECRET_KEY=secretKey
+export CAMEL_VAULT_AWS_REGION=region
 ----
 
 You can also configure the credentials in the `application.properties` file 
such as:
@@ -92,8 +91,8 @@ If you want instead to use the 
https://docs.aws.amazon.com/sdk-for-java/latest/d
 
 [source,bash]
 ----
-export $CAMEL_VAULT_AWS_USE_DEFAULT_CREDENTIALS_PROVIDER=true
-export $CAMEL_VAULT_AWS_REGION=region
+export CAMEL_VAULT_AWS_USE_DEFAULT_CREDENTIALS_PROVIDER=true
+export CAMEL_VAULT_AWS_REGION=region
 ----
 
 You can also configure the credentials in the `application.properties` file 
such as:
@@ -108,9 +107,9 @@ It is also possible to specify a particular profile name 
for accessing AWS Secre
 
 [source,bash]
 ----
-export $CAMEL_VAULT_AWS_USE_PROFILE_CREDENTIALS_PROVIDER=true
-export $CAMEL_VAULT_AWS_PROFILE_NAME=test-account
-export $CAMEL_VAULT_AWS_REGION=region
+export CAMEL_VAULT_AWS_USE_PROFILE_CREDENTIALS_PROVIDER=true
+export CAMEL_VAULT_AWS_PROFILE_NAME=test-account
+export CAMEL_VAULT_AWS_REGION=region
 ----
 
 You can also configure the credentials in the `application.properties` file 
such as:
@@ -245,8 +244,8 @@ With Environment variables:
 
 [source,bash]
 ----
-export $CAMEL_VAULT_AWS_USE_DEFAULT_CREDENTIALS_PROVIDER=accessKey
-export $CAMEL_VAULT_AWS_REGION=region
+export CAMEL_VAULT_AWS_USE_DEFAULT_CREDENTIALS_PROVIDER=accessKey
+export CAMEL_VAULT_AWS_REGION=region
 ----
 
 or as plain Camel main properties:

Reply via email to