-
Notifications
You must be signed in to change notification settings - Fork 224
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
http: Fixes for Gin http receiver sample #905
http: Fixes for Gin http receiver sample #905
Conversation
don't forget to sign your commit(s) |
ping @embano1 |
3504c71
to
f251383
Compare
Signed off. Sorry, I forgot. |
thanks. |
```shell | ||
curl -v \ | ||
-H "Ce-Id: e7d95c20-6eb4-4614-946d-27b0ce41c7ff" \ | ||
-H "Ce-Source: /apis///namespaces/dimitar//clone-build-n4qhgl" \ | ||
-H "Ce-Source: /apis/namespaces/dimitar/clone-build-n4qhgl" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to change this in the output below too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Source changed in the output as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit
Fixes for prematurely closed cloudevents#842 PR. Applied all suggested code and doc changes.. Signed-off-by: Dimitar Georgievski <dgeorgievski@gmail.com>
f251383
to
74c27a4
Compare
LGTM @embano1 and @lionelvillard FTM (for the merge) |
ping @lionelvillard for final approval/merge |
Fixes for prematurely closed #842 PR. Applied all suggested code and doc changes.
It is worth mentioning the code and instructions come from a real use case of processing Tekton events:
https://tekton.dev/docs/pipelines/events/