Skip to content

etcd3 seems te have a grpc-gateway issue wenn the gateway is connecting to etcd via https ( --listen-client-urls https://172.20.0.2:2379,https://127.0.0.1:2379) #17972

Answered by jmhbnz
ntap-jbo asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @ntap-jbo - Thanks for raising this. Based on your configuration provided you are using client-cert-auth. To the best of my knowledge this is not supported for grpc-gateway. Refer:

As of version v3.2 if an etcd server is launched with the option --client-cert-auth=true, the field of Common Name (CN) in the client’s TLS cert will be used as an etcd user. In this case, the common name authenticates the user and the client does not need a password. Note that if both of 1. --client-cert-auth=true is passed and CN is provided by the client, and 2. username and password are provided by the client,…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmhbnz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #17969 on May 09, 2024 09:23.