gnodet commented on code in PR #14964:
URL: https://github.com/apache/camel/pull/14964#discussion_r1695281019


##########
components/camel-aws/camel-aws-secrets-manager/src/main/docs/aws-secrets-manager-component.adoc:
##########
@@ -270,6 +270,66 @@ where `camel.vault.aws.refreshEnabled` will enable the 
automatic context reload,
 
 Note that `camel.vault.aws.secrets` is not mandatory: if not specified the 
task responsible for checking updates events will take into accounts or the 
properties with an `aws:` prefix.
 
+=== Automatic Camel context reloading on Secret Refresh with Eventbridge and 
AWS SQS Services
+
+There is also the possibility of using AWS Eventbridge in combination with AWS 
SQS Service.
+
+The needed bits on the AWS side are the following:

Review Comment:
   ```
   On the AWS side, the following resources need to be created:
   
   - an AWS Couldtrail trail
   - an AWS SQS Queue
   - an Eventbridge rule of this kind
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to