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

[auth] add key-based authentication to gRPC server #4274

Closed
Tracked by #3433
mikeldking opened this issue Aug 19, 2024 · 0 comments · Fixed by #4370
Closed
Tracked by #3433

[auth] add key-based authentication to gRPC server #4274

mikeldking opened this issue Aug 19, 2024 · 0 comments · Fixed by #4370
Assignees
Labels
c/server Server implementation enhancement New feature or request

Comments

@mikeldking
Copy link
Contributor

mikeldking commented Aug 19, 2024

the gRPC endpoint should reject tracing if headers with a valid key under the x-api-key header.

Note the key should be a valid JWT with a valid key in the database that is not expired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/server Server implementation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants