ECR Image registry event-based refresh #4425
Replies: 2 comments 1 reply
-
The generic receiver won't land until v1.7.0, but what you've described in your first option is the exact kind of use we had in mind for that receiver. Your other option seems it also would work nicely. I don't really have a specific opinion on which of these two is better. (I've also not personally done the first option. I'm merely aware it's a thing that people do indeed do.) The advantage I would cite for the second option is that you could make that work today and you'd not need to wait for the generic receiver to land in v1.7.0. |
Beta Was this translation helpful? Give feedback.
-
|
I'm also interested by this topic, @AlanLonguet have you chosen and implemented a solution yet? Solution 1 looks good. What I'm affraid with Solution 2 is to skip some Kargo internal stuff that could happen (now or in the future) like notifications + the lack of logs on Kargo side |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see a lot of webhook implementations coming in and I'm starting to prepare how I'll be able to integrate ECR with the generic webhook implementation you're providing or if I should do something completely different.
Since ECR has no HTTP webhooks out of the box, we have to setup an EventStore and an SQS in all cases to be able to receive push events, with that in mind I have 2 implementations that could fulfill this problematic :
Which path do you think I should follow ? And if you have another path that involves less complexity I'm all ears !
Beta Was this translation helpful? Give feedback.
All reactions