fullstorydev / fullstorydev/grpcui
Additional headers -H works with grpcurl but not grpcui
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 427
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 7
Description
Is there some difference between how headers are passed in grpcui compared to grpcurl?
Using grpcurl:
```
% grpcurl -plaintext -H "my-token:$MY_TOKEN" :30080 list
gateway.Gateway
grpc.reflection.v1alpha.ServerReflection
```
Using grpcui:
```
% grpcui -plaintext -H "my-token:$MY_TOKEN" :30080
Failed to compute set of methods to expose: rpc error: code = Unauthenticated desc = No auth token present
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing how grpcui and grpcurl process the shown -H header during service reflection. Reproduce the grpcui command and verify that the header is included in the reflection request so the command can list methods without the unauthenticated error.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100