Add transport-encryption feature flag#6845
Conversation
|
Hi @Rahul-Kumar-prog. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
@pierDipi I did some spelling and feature explaining mistake. but I will take care of it next time. Other than this everything is fine ? |
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
|
/ok-to-test |
Yes, no worries, thank you! |
|
For some reason, GH actions are not running 🤔 |
|
Ok, now they are |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #6845 +/- ##
==========================================
- Coverage 80.45% 80.40% -0.06%
==========================================
Files 236 236
Lines 12213 12243 +30
==========================================
+ Hits 9826 9844 +18
- Misses 1896 1907 +11
- Partials 491 492 +1
... and 3 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
| # ALPHA feature: The transport-encryption flag allows you to encrypt events in transit using the transport layer security (TLS) protocol. | ||
| # For more details: https://github.com/knative/eventing/issues/5957 |
There was a problem hiding this comment.
There is a lint issue at line 49: https://github.com/knative/eventing/actions/runs/4617248930/jobs/8163277093?pr=6845
[trailing whitespace] reported by reviewdog 🐶
transport-encryption: "disabled"
Raw Output:
config/core/configmaps/features.yaml:49: transport-encryption: "disabled"
There was a problem hiding this comment.
ohh that whitespace stoping GH actions ? i keep this thing in my mind. Thankyou so much @pierDipi for helping me.
There was a problem hiding this comment.
No worries, we have these automated checks so that they help us
Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi, Rahul-Kumar-prog The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Thanks @Rahul-Kumar-prog |
Fixes knative#6836 <!-- Please include the 'why' behind your changes if no issue exists --> ## Proposed Changes <!-- Please categorize your changes: - 🎁 Add new feature - 🐛 Fix bug - 🧹 Update or clean up current behavior - 🗑️ Remove feature or internal logic --> - - - ### Pre-review Checklist <!-- If these boxes are not checked, you will be asked to complete these requirements or explain why they do not apply to your PR. --> - [ ] **At least 80% unit test coverage** - [ ] **E2E tests** for any new behavior - [ ] **Docs PR** for any user-facing impact - [ ] **Spec PR** for any new API feature - [ ] **Conformance test** for any change to the spec **Release Note** <!-- 📄 If this change has user-visible impact, write a release note in the block below. Include the string "action required" if additional action is required of users switching to the new release, for example in case of a breaking change. Write as if you are speaking to users, not other Knative contributors. If this change has no user-visible impact, no release note is needed. --> ```release-note ``` **Docs** <!-- 📖 If this change has user-visible impact, link to an issue or PR in https://github.com/knative/docs. --> --------- Co-authored-by: Pierangelo Di Pilato <pierangelodipilato@gmail.com>
Fixes #6836
Proposed Changes
Pre-review Checklist
Release Note
Docs