Skip to content
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

Knative Trigger creation is only based on event type attribute #5446

Open
matzew opened this issue May 2, 2024 · 0 comments
Open

Knative Trigger creation is only based on event type attribute #5446

matzew opened this issue May 2, 2024 · 0 comments
Labels
area/knative Related to Knative kind/feature New feature or request

Comments

@matzew
Copy link
Member

matzew commented May 2, 2024

Requirement

Creating a trigger is currently limited to just the event type. No other CloudEvent attributes or even extensions are being considered here:

attributes = map[string]string{
"type": eventType,
}

Problem

Only triggers with event type are possible

Proposal

make usage of othr attributes / extensions

Open questions

No response

@matzew matzew added the kind/feature New feature or request label May 2, 2024
@squakez squakez added the area/knative Related to Knative label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/knative Related to Knative kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants