argo-events icon indicating copy to clipboard operation
argo-events copied to clipboard

Event-driven Automation Framework for Kubernetes

Results 194 argo-events issues
Sort by recently updated
recently updated
newest added

I'm assuming this is just a case of having a way to drop the correct event onto the event bus?

enhancement

**Is your feature request related to a problem? Please describe.** Many distributed systems are backed by etcd nowadays, same like Redis etcd can be considered as also an event source.

enhancement

**Is your feature request related to a problem? Please describe.** Send notifications when a sensor executes a trigger. **Describe the solution you'd like** Add a `notifications` field to the trigger...

enhancement

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I dont know if: - backups are working - monitoring stack is working **Describe the solution...

enhancement

**Describe the bug** The documentation and examples clearly indicates that an EventSource of type "calendar" can define a `userPayload` as additional data to send in the event. The `userPayload` is...

bug

This PR fixes the github sensor example, there was a typo on X-Github-Event (capital H), plus it's in the header part instead of the body one Cheers

# ArgoEvents controller that crashes when misconfiguring a Kafka EventSource. Hi there, We have found that when a user configures an EventSource as follows: ``` apiVersion: argoproj.io/v1alpha1 kind: EventSource metadata:...

bug
pinned

**Is your feature request related to a problem? Please describe.** Our Ambassador deployment requires that we use pod annotations to control http mappings for access outside of the cluster. We'd...

enhancement

**Describe the bug** Connection closed to api/v1/stream/events/argo-workflows?listOptions.fieldSelector=involvedObject.kind=EventSources,involvedObject.name=webhook **To Reproduce** 1. Enable SSO.RBAC 2. Create a webhook event source as the example from the doc **Expected behavior** Should be able to...

bug