This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 1816 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 03d205e04d56a1046d9a4511dfd6e1d1c67ca170 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Dec 21 13:31:32 2023 +0100 Add an AWS STS Assume Role Action Kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/aws-sts-assume-role-action.kamelet.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kamelets/aws-sts-assume-role-action.kamelet.yaml b/kamelets/aws-sts-assume-role-action.kamelet.yaml index d53c864b..fb095aec 100644 --- a/kamelets/aws-sts-assume-role-action.kamelet.yaml +++ b/kamelets/aws-sts-assume-role-action.kamelet.yaml @@ -72,7 +72,8 @@ spec: dependencies: - "camel:dns" - "camel:kamelet" - - "camel:aws2-translate" + - "camel:core" + - "camel:aws2-sts" template: from: uri: "kamelet:source"
