-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assess the move to Triggers 0.2 (webhooks) #431
Comments
Can't create webhooks
|
I pinged @ncskier about this, Brandon mentioned
We do use |
Another change to note (discussed in the Triggers call today) is that the gjson syntax will no longer be supported; instead we must use JSONPath syntax:
This is not a problem for the Webhooks Extension itself, but anyone using the Webhooks Extension will have to update their TriggerBindings to use the JSONPath syntax. |
Assessment done for what we can do so far, closing |
As an end user I expect to be able to use the Tekton Dashboard with Triggers 0.2. When using the webhooks extension there's a fundamental flaw with our architecture too - a user can't create more than eight webhooks or they'll get an admission webhook timeout error (more details at tektoncd/triggers#356)
Related dashboard issue tektoncd/dashboard#918
The text was updated successfully, but these errors were encountered: