-
Notifications
You must be signed in to change notification settings - Fork 77
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
Cleanup SAN constants and Secrets Keys for system-internal-tls certificates #861
Conversation
Basically the same applies for CI as in #858 (comment). |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #861 +/- ##
==========================================
- Coverage 82.26% 82.22% -0.05%
==========================================
Files 45 45
Lines 1720 1716 -4
==========================================
- Hits 1415 1411 -4
Misses 264 264
Partials 41 41
☔ View full report in Codecov by Sentry. |
Ah, forget the comment about CI. Seems we did not even us any of those flags just yet. |
// Deprecated: FakeDnsName is deprecated. | ||
// Please use the DataPlaneRoutingSAN for calls to the Activator | ||
// and the DataPlaneUserSAN function for calls to a Knative-Service via Queue-Proxy. | ||
FakeDnsName = LegacyFakeDnsName |
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.
FakeDnsName = LegacyFakeDnsName | |
FakeDNSName = LegacyFakeDnsName |
Technically we should be casing this properly
and a bunch of other properties below
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.
Agreed, but these are already used in this form.
If we want to fix that, we probably need to create more reverse compatible deprecated fields.
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.
I guess we're going to drop this field soon
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dprotaso, 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 |
Changes
See knative/serving#14392 (comment)
/kind cleanup
Partially knative/serving#14392