davsclaus commented on PR #8310: URL: https://github.com/apache/camel/pull/8310#issuecomment-1239242362
@oscerd here is a PR that adds AWS refresh as first-class. You need to set `camel.vault.aws.refresh-enabled=true` and it checks every 30 sec by default (there is a setting to custom that). Also you need to specify which secrets to trigger (we should auto-detect from property placeholder in another PR). `camel.vault.aws.secrets=foo,bar,dude*` its a pattern so you can use * for wildcards and comma for multi valued. Maybe you can try with PR with the example https://github.com/apache/camel-examples/tree/main/examples/aws/aws-secrets-manager-reloading When we get AWS done then we can do similar for the other clouds. -- 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]
