This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-4.8.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.8.x by this push:
new b215d4633d1 Update aws-secrets-manager-component.adoc (#15882)
b215d4633d1 is described below
commit b215d4633d156376c9037732f766a9dd3d803f4f
Author: Lukas Lowinger <[email protected]>
AuthorDate: Tue Oct 8 11:54:20 2024 +0200
Update aws-secrets-manager-component.adoc (#15882)
---
.../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 94025d16495..89fd6a33186 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: