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
I'm trying to configure a webhook eventsource with a parameterised route (i.e. /foobar/{username}) but I'm unable to obtain the 'username' variable for use in the sensor.
Now I can't find test1 in the context or data variables available to the sensor, or even in the eventsource or sensor debug logs. It seems to just ignore it.
Expected behavior
Given the use of mux.Router, I was kind of expecting the username to appear as a variable in the Context. However, it doesn't seem to be getting passed through anywhere.
Environment (please complete the following information):
Describe the
bugfeature requestI'm trying to configure a webhook eventsource with a parameterised route (i.e.
/foobar/{username}
) but I'm unable to obtain the 'username' variable for use in the sensor.To Reproduce
Create a test event...
Now I can't find
test1
in the context or data variables available to the sensor, or even in the eventsource or sensor debug logs. It seems to just ignore it.Expected behavior
Given the use of
mux.Router
, I was kind of expecting the username to appear as a variable in the Context. However, it doesn't seem to be getting passed through anywhere.Environment (please complete the following information):
image: quay.io/argoproj/argo-events:v1.9.5
Additional context
N/A
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: