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
commit a93541eb6e9f4848480cbd32ce4d67da7ff33075 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 14 15:36:31 2022 +0100 CAMEL-17644 - Support ability to load properties from Vault/Secrets cloud services - AWS Secrets Manager - Docs --- .../modules/ROOT/pages/using-propertyplaceholder.adoc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc b/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc index 050051f..3f79a92 100644 --- a/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc +++ b/docs/user-manual/modules/ROOT/pages/using-propertyplaceholder.adoc @@ -496,20 +496,6 @@ Where route will be the name of the secret stored in the AWS Secrets Manager Ser For the moment we are not considering the rotation function, if any will be applied, but it is in the work to be done. -Another important point it is the following: you'll need to explicitly add the secretsManager dependency in your POM while using this feature. - -[source,xml] ----- -<dependency> - <groupId>software.amazon.awssdk</groupId> - <artifactId>secretsmanager</artifactId> - <version>${aws-java-sdk2-version}</version> - <scope>test</scope> -</dependency> ----- - -Where the 'aws-java-sdk2-version' is the version used in the camel-parent of the Camel release you're using. - === Using custom property placeholder functions The xref:components::properties-component.adoc[Properties] component allow to plugin 3rd party functions which can be used during parsing of the property placeholders.
