You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I use filter.expression of EventSource, it doesn't match no matter how I modify it. and the error shows "Filter condition not met, skip dispatching".
But I did my own test with argo's eventing code, using the same expression, and it matched. refer the below link. https://github.com/argoproj/argo-events/blob/master/pkg/eventsources/eventing.go#L633
Describe the bug
When I use filter.expression of EventSource, it doesn't match no matter how I modify it. and the error shows "Filter condition not met, skip dispatching".
But I did my own test with argo's eventing code, using the same expression, and it matched. refer the below link.
https://github.com/argoproj/argo-events/blob/master/pkg/eventsources/eventing.go#L633
To Reproduce
I used the above two syntax to successfully match in our test code.
I was able to successfully match the HTTP request text using the below refer test code.
Expected behavior
trigger the webhook manually:
View the log of eventsource's pod: kubectl logs <eventsource_pod>
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: