You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
For grpc python implementation, is there a way to reload client tls credentials without restarting it?
yas...@google.com
unread,
Mar 24, 2021, 2:03:58 PM3/24/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I believe the old/current API only allows for tls credentials reloading on the server side. We do have a new API for TLS credentials that will allow for this. It has been developed in gRPC Core and is available for use in gRPC C++. gRPC Python should be able to expose it too.