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 fcd7b6fa9e6a91637b600dd6f602d198c008268b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 10 10:41:29 2024 +0200 CAMEL-21179 - Secret Properties Functions: Supporting secret name containing "/" - AWS Secrets Manager Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc index 7a0ffa84104..2719fa0bf0f 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_9.adoc @@ -28,3 +28,17 @@ to this `{{hashicorp:secret:database#username}}` You could find more details on CAMEL-21179 issue + +=== camel-aws-secrets-manager properties function + +The syntax for retrieving a single field of a secret has been changed. + +From this + +`{{aws:database/username}}` + +to this + +`{{aws:database#username}}` + +You could find more details on CAMEL-21179 issue