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

Documentation/op-guide: clarify security.md on TLS auth #9140

Merged
merged 1 commit into from
Jan 12, 2018

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Jan 12, 2018

Make it more accurate (just as pkg/transport/listener_tls.go does).

Make it more accurate (just as pkg/transport/listener_tls.go does).

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
"hosts": [
"b.com"
],
...
}
```

when peer B's remote IP address is `10.138.0.2`. When peer B tries to join the cluster, peer A looks up the incoming host `b.com` to get the list of IP addresses (e.g. `dig b.com`). And rejects B if the list does not contain the IP `10.138.0.2`, with the error `tls: 10.138.0.2 does not match any of DNSNames ["b.com"]`.
Copy link
Member

Choose a reason for hiding this comment

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

do you know why the diff show up as red?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Seems like github markdown issue. If you look at the file with view button, it looks correct :0

@fanminshi
Copy link
Member

lgtm

@gyuho gyuho merged commit 7a8c192 into etcd-io:master Jan 12, 2018
@gyuho gyuho deleted the tls-doc branch January 12, 2018 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants