-
Notifications
You must be signed in to change notification settings - Fork 601
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
Eventing TLS: Test SinkBinding with eventshub TLS receiver as sink #6916
Comments
@pierDipi: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
I have to make e2e test-cases under test/e2e folder or i have to make changes in the sinkbinding and eventhub receiver related files? If right, can you give hint in which files? |
Hi @taniaduggal, this issue depends on on 2 other issues that are not implemented yet (#6915 and #6842) so it's not ready to be worked on actively, however, regarding the files to modify / take a look, see SinkBinding tests:
so we need a new test called |
This is ready to be implemented. I've provided an example PR on how to implement TLS tests for sources in #6956, so based on that code a SinkBinding test can be implementated in a similar way |
@taniaduggal let me know if that helps or how can I help you |
I have my exams going on, will soon make a pr by tomorrow or the next day, thanks :) |
Fixes #6916 --------- Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Fixes knative#6916 --------- Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Problem
We need to have a e2e test for SinkBinding with eventshub TLS receiver (to be added in #6842)
Exit Criteria
A rekt-based e2e test for SinkBinding TLS support (to be added in #6915)
Time Estimate (optional):
1
Additional context (optional)
K_CA_CERTS
env variable injection for SinkBinding subjects #6915/good-first-issue
The text was updated successfully, but these errors were encountered: