Skip to content
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

migrate experimental-peer-skip-client-san-verification flag to peer-skip-client-san-verification #19362

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

siyuanfoundation
Copy link
Contributor

@siyuanfoundation siyuanfoundation commented Feb 7, 2025

…kip-client-san-verification

Co-authored-by: wodeyoulai <[email protected]>

Signed-off-by: Siyuan Zhang <[email protected]>
@siyuanfoundation
Copy link
Contributor Author

/cc @ahrtr @ivanvc

@k8s-ci-robot k8s-ci-robot requested review from ahrtr and ivanvc February 7, 2025 18:38
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

Attention: Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.

Project coverage is 68.93%. Comparing base (e25d605) to head (a3a467b).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
server/embed/config.go 77.77% 1 Missing and 1 partial ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
server/etcdmain/config.go 74.41% <100.00%> (+0.30%) ⬆️
server/embed/config.go 79.72% <77.77%> (-0.06%) ⬇️

... and 20 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #19362      +/-   ##
==========================================
+ Coverage   68.84%   68.93%   +0.08%     
==========================================
  Files         420      420              
  Lines       35729    35739      +10     
==========================================
+ Hits        24599    24636      +37     
+ Misses       9703     9682      -21     
+ Partials     1427     1421       -6     

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e25d605...a3a467b. Read the comment docs.

AutoTLS bool `json:"auto-tls"`
AllowedCNs []string `json:"allowed-cn"`
AllowedHostnames []string `json:"allowed-hostname"`
SkipClientSANVerify bool `json:"skip-client-san-verification,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that we didn't support configuring the field from configFile.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that seems like an oversight? we can configure other experimental flags from configFile.
@serathius

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to partially backport this bug fix to release 3.5 . can you raise an issue to track it ? thx

@k8s-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahrtr, siyuanfoundation

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ahrtr ahrtr merged commit 9de211d into etcd-io:main Feb 7, 2025
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

migrate experimental-peer-skip-client-san-verification flag to peer-skip-client-san-verification
3 participants