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-kamelets.git
commit d0ad4c3462aa64fe8f70e90b98a86f5cc6fd0a72 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"
