riok / Kreya

Kreya is a GUI client for gRPC and REST APIs with innovative features for environments, authorizations and more.
https://kreya.app
278 stars 5 forks source link

Metadata in gRPC server reflection importer #241

Open jvaclavovic opened 2 weeks ago

jvaclavovic commented 2 weeks ago

Hello,

our GRPC services are hidden behind a discovery service that routes requests based on metadata headers. When calling individual services, I can define this header in the metadata, and it works great. However, I cannot use the importer with GRPC server reflection. Would it be possible to add metadata definition for the GRPC server reflection importer?

Thank you

CommonGuy commented 2 weeks ago

We have planned to implement this for a while. It will probably be included in the next release.