grpc-ecosystem/grpc-gateway
GitHub で見るdocs: provide example of mutual TLS authentication
Open
#350 opened on 2017年4月5日
documentationhelp wanted
Repository metrics
- Stars
- (16,971 stars)
- PR merge metrics
- (平均マージ 8d 23h) (30d で 147 merged PRs)
説明
Hi,
is there a way to do mutual TLS authentication between the client and grpc-gateway? I'd like to check if the client's public key is in a list or the certificate is signed by a specific CA and copy the client's name or the certificate's common name to grpc metadata. Sounds like a use case for some middleware, right?
Best, Malte