Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add authentication interceptor to grpc server #57

Open
markstory opened this issue Nov 29, 2024 · 0 comments
Open

Add authentication interceptor to grpc server #57

markstory opened this issue Nov 29, 2024 · 0 comments

Comments

@markstory
Copy link
Member

In production environments we need to lock down RPC endpoints with authentication so that only authorized clients can make requests.

Ideally the proxy-less server mesh from GCP automatically sets Authorization headers on requests. If not, we could use shared secrets or signed requests from clients.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant