Add TLS support to the gRPC Server #243
Labels
area/api
Indicates an issue or PR relates to the APIs
kind/feature
New feature or request
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Describe the solution you'd like:
Add options to flintlock to enable TLS for the grpc server (i.e. flags required for certs). We should still support an insecure option for dev purposes.
It would also be good to expose an option to turn on mutual verification of certs (i.e.
tls.RequireAndVerifyClientCert
)In addition to the code changes we will need to update the e2e and docs.
Why do you want this feature:
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered: