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

Adding interceptors resulted in stripped security headers. #237

Open
improbable-ludwik opened this issue Oct 1, 2019 · 1 comment
Open
Labels
bug help wanted on reporter Waiting on reporter to answer.

Comments

@improbable-ludwik
Copy link

Hello

When we added the grpc_retry.StreamClientInterceptor() and grpc_retry.UnaryClientInterceptor() grpc.DialOption to a grpc.DialContext we saw our service throw error like:

{code = Unauthenticated desc = request missing 'Authorize' credentials}

suggesting that header information was being stripped by the middleware.

@johanbrandhorst
Copy link
Collaborator

This should be easy enough to test. If you could contribute a test that confirms this bug it should be easy to fix!

@johanbrandhorst johanbrandhorst added bug help wanted on reporter Waiting on reporter to answer. labels Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug help wanted on reporter Waiting on reporter to answer.
Projects
None yet
Development

No branches or pull requests

2 participants