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 36eb7955d54 Camel AWS Secrets Manager Automatic Context reloading:
Docs minor fix
36eb7955d54 is described below
commit 36eb7955d54b02f23cf8668cff83221bcaecf3be
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Sep 14 14:38:30 2022 +0200
Camel AWS Secrets Manager Automatic Context reloading: Docs minor fix
Signed-off-by: Andrea Cosentino <[email protected]>
---
.../src/main/docs/aws-secrets-manager-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 e7e2bb99b5e..28eca1b136e 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
@@ -53,7 +53,7 @@ To use this function you'll need to provide credentials to
AWS Secrets Manager S
[source,bash]
----
-export $CAMEL_VAULT_AWS_USE_DEFAULT_CREDENTIALS_PROVIDER=accessKey
+export $CAMEL_VAULT_AWS_ACCESS_KEY=accessKey
export $CAMEL_VAULT_AWS_SECRET_KEY=secretKey
export $CAMEL_VAULT_AWS_REGION=region
----