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

interop-testing: overrideAuthority breaks JWT #2683

Merged
merged 1 commit into from
Feb 1, 2017

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Feb 1, 2017

Commit 65e4d9f broke the jwt_token_creds. It is believed to be because
the JWT does not see the authority passed to overrideAuthority. So the
changes to interop-testing client are temporarily reverted here. Note
that this breaks GRPC_PROXY_EXP testing, so the incompatibility needs to
be resolved.

Solving #2682 will allow reverting this change.

Fixes grpc/grpc#9497
Fixes #2680

CC @dgquintas

Commit 65e4d9f broke the jwt_token_creds. It is believed to be because
the JWT does not see the authority passed to overrideAuthority. So the
changes to interop-testing client are temporarily reverted here. Note
that this breaks GRPC_PROXY_EXP testing, so the incompatibility needs to
be resolved.

Solving grpc#2682 will allow reverting this change.

Fixes grpc/grpc#9497
Fixes grpc#2680
@ejona86 ejona86 merged commit 57b9105 into grpc:master Feb 1, 2017
@ejona86 ejona86 deleted the broken-authority branch February 1, 2017 16:38
@lock lock bot locked as resolved and limited conversation to collaborators Jan 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The JWT cloud-to-prod auth interop test is failing java:jwt_token_creds failing
2 participants