You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/12/21 12:33:59 UTC

(camel-kamelets) 04/05: Add an AWS STS Assume Role Action Kamelet

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 <an...@gmail.com>
AuthorDate: Thu Dec 21 13:31:32 2023 +0100

    Add an AWS STS Assume Role Action Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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"