Dibyo Mukherjee
Dibyo Mukherjee
# Changes WIP: SDK for writing cluster interceptors with built-in TLS support. TODO - [ ] User Docs - [ ] Unit tests for server.go/main + - [ ] Refactoring...
### Feature request We should make it easy to do common things for Interceptor authors in Go so that they can just focus on writing business logic (similar to [knative/pkg/webhook](https://github.com/knative/pkg/tree/main/webhook))...
### Feature request Add the Pull Request body to the event for GitHub comment update eventTypes. This should be an opt-in This would be essentially adding the add-pr-body interceptor logic...
# Expected Behavior Update from v0.18.x to v0.21.x should work # Actual Behavior EL errors out with the following: ``` {"level":"error","ts":"2022-07-13T07:00:02.102Z","logger":"eventlistener","caller":"sink/sink.go:381","msg":"could not resolve interceptor URL: url resolution failed for interceptor...
### Feature request Currently, TriggerGroups allows users to group triggers that share a common set of interceptors. It may also be useful for some of these groups to share some...
For examples using new features that require `enable-api-fields` to be set to `alpha`, we do not currently support running them in our [e2e test runner](https://github.com/tektoncd/triggers/blob/main/test/e2e-tests-examples.sh). We should add support for...
### Feature request Each interceptor can contain a list of params (key value pairs) where the name is a string and the value is a valid JSON object. Today, the...
# Expected Behavior Users should be able to use a Trigger with binding or template param values that contain the newline `\n` character. # Actual Behavior TriggerTemplate errors out. I...
## What Test that Triggers continues to work when upgraded from a previous version to a new one 1. Install version N of triggers 2. Create an EventListener/Binding/Template 3. Invoke...
### Feature request It would be nice to have a `tkn` command to port-forward to an EventListener. Currently, users have to use kubectl directly and either have to find the...