feat: AWS CodeCommit support#2035
Conversation
matheuscscp
left a comment
There was a problem hiding this comment.
Thanks @taraspos!
Please test this PR e2e with a real AWS account and post here some evidence 🙏
Testing steps
|
|
@taraspos Thanks for testing! The CI is failing, pls take a look. One is failing due to code generation (you need to run |
2d16001 to
7ec5c01
Compare
matheuscscp
left a comment
There was a problem hiding this comment.
@taraspos Please update the docs to point to the integrations page.
We also need a PR here:
https://github.com/fluxcd/website/blob/main/content/en/flux/integrations/aws.md?plain=1
Will merge this one after we have the PR for website ready and also a similar PR for image-automation-controller
6afeb03 to
5f4b135
Compare
Signed-off-by: Taras <9948629+taraspos@users.noreply.github.com>
5f4b135 to
cbf3816
Compare
|
Confirmed that object-level workload identity works via IRSA. Testing steps are the same as above (#2035 (comment)), with following differences:
|
Co-authored-by: Matheus Pimenta <matheuscscp@gmail.com> Signed-off-by: Taras <9948629+taraspos@users.noreply.github.com>
Summary
Add support of AWS CodeCommit with IAM role auth (fluxcd/pkg#1142).
As part of: