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-spring-boot-examples.git
commit 7b1515533300797bd19de56f01122f35d04d88b3 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Feb 22 07:23:51 2022 +0100 Added an example of using AWS Secrets Manager Properties source in Camel Spring Boot --- aws-secrets-manager/README.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/aws-secrets-manager/README.adoc b/aws-secrets-manager/README.adoc index dc03771..de28bc7 100644 --- a/aws-secrets-manager/README.adoc +++ b/aws-secrets-manager/README.adoc @@ -2,7 +2,13 @@ === Introduction -This example demonstrates how you can use Camel-AWS-Secrets-Manager Starter component. The example is really simple: load file into your bucket and consume it. +This example demonstrates how you can use Camel-AWS-Secrets-Manager Starter component, in particular the properties source feature. + +=== Credentials + +First of all you'll need to correctly populate the camel.vault.aws.* properties in the application properties. + +In your AWS Secret Manager account, create a finnhub-token secret, with a plain finnhub.io token. === Build
