-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Use InternalTLSEnabled() instead of internal-encryption #14301
Conversation
/hold We need to fix networking repo. Current PR is for demonstrating the error. |
The unit test should be fixed once knative/networking#847 was fixed. |
I like the idea, but do we want to reopen the discussion on having those flags with those settings first? Context: https://cloud-native.slack.com/archives/C04LGJ0D5FF/p1690967287198279?thread_ts=1688403244.113969&cid=C04LGJ0D5FF. WDYT @KauzClay ? |
We can keep using the |
Good point, let's do that. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #14301 +/- ##
=======================================
Coverage 86.23% 86.23%
=======================================
Files 195 195
Lines 14702 14702
=======================================
+ Hits 12678 12679 +1
Misses 1723 1723
+ Partials 301 300 -1
☔ View full report in Codecov by Sentry. |
/hold cancel This is ready now. |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nak3, ReToCode The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This patch changes to use
InternalTLSEnabled()
instead ofinternal-encryption
to verify config key.Release Note