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

fixes broken gRPC reflection #64

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Conversation

vroldanbet
Copy link
Contributor

fixes #62

many clients continue to issue reflection calls as v1alpha. Postman is a prominent one, and continues to use
v1alpha.

The authless reflection logic made the assumption v1alpha was deprecated and shouldn't be used. This changes the code so both v1alpha and v1 continue to be supported for the foreseeable future.

many clients continue to issue reflection calls
as v1alpha. The authless reflection logic made
the assumption v1alpha was deprecated and shouldn't
be used.

This changes the code so both v1alpha and v1 continue
to be supported for the foreseeable future.
@vroldanbet vroldanbet merged commit 2ea1e3d into main Jan 23, 2024
14 checks passed
@vroldanbet vroldanbet deleted the fix-broken-v1alpha-grpc-reflection branch January 23, 2024 19:47
@github-actions github-actions bot locked and limited conversation to collaborators Jan 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support grpc.reflection.v1alpha.ServerReflection
2 participants