-
Notifications
You must be signed in to change notification settings - Fork 410
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
*: include 127.0.0.1 and localhost in etcd peer SAN #322
Conversation
Signed-off-by: Sam Batschelet <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: hexfusion If they are not already assigned, you can assign the PR to them by writing 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 |
/test unit |
And yet another PR trips over the need to replicate every config change into the renderer unit tests. Anyways as far as the code; I'm not an expert in this - found this page in a quick Google search. Could use more details on this bit:
And specifically I think we need an argument this is a 4.0 exception. |
Agreed |
@hexfusion: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
|
Aha I will keep this in mind from now on. running some additional tests to make sure this is needed. |
I think I jumped the gun on this going to close and review further, thanks for the input. |
#322 (comment) was confusing me...I thought there was a program to run, but the command is actually:
|
The etcd peer SAN does not include localhost/127.0.0.1 this is a problem if you would like to use this cert as a client from say inside the container.
As the peer is the only cert with
TLS Web Client Authentication
we really need to include this.peer
server
Separate issue also I am seeing what appears to be a client attempting to use the server cert