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 GRPC Reflection service #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

igor-vovk
Copy link

Small PR that adds GRPC reflection support.

Makes it easier to use tools like Postman or grpcurl to see what APIs server exposes and to call them.

I know that the state can be seen using port 9000, but it's easier to explain what XDS server does to others by showing exact XDS APIs that are exposed, otherwise it's a little bit of a blackbox and requires proto files to call it.

@igor-vovk igor-vovk changed the title Add GRPC reflection service Add GRPC Reflection service Jan 8, 2025
@igor-vovk
Copy link
Author

Hi @whs! What do you think about this PR?

@whs
Copy link
Member

whs commented Jan 16, 2025

Hi,

Sorry I didn't have time to review this yet. Generally the idea of adding reflection is ok to me, but may need a security consideration aspect. If I have time I'll review this PR in more details

Thank your for the pull request

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

Successfully merging this pull request may close these issues.

2 participants