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

Fix dpop access token test #3125

Merged
merged 2 commits into from
Mar 6, 2023
Merged

Conversation

battermann
Copy link
Contributor

@battermann battermann commented Mar 6, 2023

In the test for the jwt-tools rust FFI we used a hard coded proof with a very short expiration time.

Replaced it with a proof with max expiration time (until 2038).

Checklist

  • Add a new entry in an appropriate subdirectory of changelog.d
  • Read and follow the PR guidelines

@battermann battermann force-pushed the battermann/fix-dpop-access-token-test branch from 3e92e44 to 5d7b5f5 Compare March 6, 2023 12:56
@zebot zebot added the ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist label Mar 6, 2023
@fisx
Copy link
Contributor

fisx commented Mar 6, 2023

do you know how this made it past the CI?

@battermann
Copy link
Contributor Author

do you know how this made it past the CI?

Yes, when CI ran and succeeded, the hard coded token was still valid. It probably expired over the weekend.

@battermann battermann merged commit 0c8353e into develop Mar 6, 2023
@battermann battermann deleted the battermann/fix-dpop-access-token-test branch March 6, 2023 14:04
lepsa pushed a commit to lepsa/wire-server that referenced this pull request Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ok-to-test Approved for running tests in CI, overrides not-ok-to-test if both labels exist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants