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

add integration test for Pomerium JWT #4473

Merged
merged 3 commits into from Aug 17, 2023
Merged

Conversation

kenjenkins
Copy link
Contributor

Backport c6b7927 from #4472.

Add an integration test case to verify properties of the Pomerium
attestation JWT:

 - The 'iat' and 'exp' timestamps should be plain integers.
 - The JWT should contain an issuer and audience claim.
 - A JWT retrieved from the /.pomerium/jwt endpoint should contain all
   the same data as a JWT from the X-Pomerium-Jwt-Assertion header.
@kenjenkins kenjenkins requested a review from a team as a code owner August 17, 2023 20:30
@kenjenkins kenjenkins requested a review from wasaga August 17, 2023 20:30
@kenjenkins kenjenkins merged commit b4b80f2 into 0-22-0 Aug 17, 2023
12 checks passed
@kenjenkins kenjenkins deleted the backport-4472-to-0-22-0 branch August 17, 2023 21:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants