Kreya
Kreya copied to clipboard
GRCP Server reflection with metadata authentication
Is your feature request related to a problem? Please describe. My grcp server is set up to check metadata token for authentication. Kreya has metadata/token set up in the Default settings. Problem is when I run GRCP Server reflection importer, this default settings metadata is not used. It is used just for a grpc method invocation, not for the reflection call.
Describe the solution you'd like Use metadata from settings also for grpc reflection importer call, not only for a method call.
Describe alternatives you've considered Importing .proto files, which is very inconvenient for me.
Makes sense to me. We added this to our backlog. One question though: do you plan to use a dynamic Kreya auth configuration or a static API key or a similar static value?
Thanks will be very helpful to me. We use static API key in metadata.
Using dynamic auth configuration option would be very helpful as well. At least this is our use case
Kreya 1.10 has just been released with support for this feature.