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

[Do not Submit] Reproduce Jwt Authn Unknown issuer #473

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TAOXUY
Copy link
Collaborator

@TAOXUY TAOXUY commented Feb 1, 2021

No description provided.

@google-oss-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: TAOXUY

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-robot
Copy link
Collaborator

@TAOXUY: The following tests failed, say /retest to rerun all failed tests:

Test name Commit Details Rerun command
ESPv2-gke-e2e-http-bookstore-managed-using-sa-cred 7ba2cea link /test ESPv2-gke-e2e-http-bookstore-managed-using-sa-cred
ESPv2-gke-e2e-http-bookstore-managed 7ba2cea link /test ESPv2-gke-e2e-http-bookstore-managed
ESPv2-gke-e2e-grpc-echo-managed 7ba2cea link /test ESPv2-gke-e2e-grpc-echo-managed
ESPv2-anthos-cloud-run-e2e-anthos-cloud-run-http-bookstore 7ba2cea link /test ESPv2-anthos-cloud-run-e2e-anthos-cloud-run-http-bookstore
ESPv2-gke-e2e-grpc-interop-managed 7ba2cea link /test ESPv2-gke-e2e-grpc-interop-managed

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

httpMethod: "GET",
method: "/v1/shelves?key=api-key",
token: testdata.FakeUnknownIssuerToken,
wantError: `401 Unauthorized, {"code":401,"message":"Jwt is missing"}`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So you can reproduce this error?

How is the envoy jwt_authn config look like?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. You found the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants