You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 8, 2024. It is now read-only.
On the server service implementation, is there a way to access the client credentials that were used to issue some grpc call?
I am using tls certificates to authenticate clients, and would want to have access to the this certificate on service calls to identify clients.
Any idea on how this could be implemented would be much appreciated.