Skip to content

Commit

Permalink
Add an AWS STS Assume Role Action Kamelet
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Dec 21, 2023
1 parent d0ad4c3 commit cb0e7ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ void testGetKameletsByGroup() throws Exception {
void testGetKameletsByNamespace() throws Exception {
List<Kamelet> c = catalog.getKameletsByNamespace("AWS");
assertFalse(c.isEmpty());
assertEquals(26, c.size());
assertEquals(27, c.size());
c = catalog.getKameletsByGroups("Not-existing-group");
assertTrue(c.isEmpty());
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ spec:
dependencies:
- "camel:dns"
- "camel:kamelet"
- "camel:aws2-translate"
- "camel:core"
- "camel:aws2-sts"
template:
from:
uri: "kamelet:source"
Expand Down

0 comments on commit cb0e7ab

Please sign in to comment.