-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
config: support AllowedCN and AllowedHostname through config file #17861
Conversation
Hi @clwluvw. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Note there are already two flags,
Please raise an issue to clarify your use case(s) if you still think it's necessary. |
|
Sorry, I missed that. |
/retest |
The failure on |
/retest |
/ok-to-test |
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 - Thanks @clwluvw
Note: If you have time please add a commented out example to the sample config file showing how these fields can be supplied: https://github.com/etcd-io/etcd/blob/main/etcd.conf.yml.sample
915f983
to
01d2e25
Compare
Done. |
d73d4c7
to
381d225
Compare
Allow setting AllowedCN and AllowedHostname tls fields through config file for peer transport security. Signed-off-by: Seena Fallah <seenafallah@gmail.com>
381d225
to
b31f23e
Compare
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
Thanks for your first contribution.
@ahrtr, @serathius - I am considering marking this pr as a backport to |
No objection & thx. |
Discussed at sig-etcd triage meeting. @ArkaSaha30 to backport to |
Allow setting AllowedCN and AllowedHostname tls fields through the config file for peer transport security.
Closes: #17867