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

bug: fix JWT library for Tokenserver load tests #1373

Merged
merged 2 commits into from
Aug 9, 2022

Conversation

ethowitz
Copy link
Contributor

@ethowitz ethowitz commented Aug 8, 2022

jwt was specified as the JWT library to be used for the Tokenserver load tests, but pyjwt should have been used instead.

Closes #1372

@ethowitz ethowitz requested review from pjenvey and jrconlin August 8, 2022 16:41
@ethowitz ethowitz merged commit ebf425f into master Aug 9, 2022
@ethowitz ethowitz deleted the bug/1372-fix-load-test-jwt-library branch August 9, 2022 19:30
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.

Replace jwt with pyjwt in the Tokenserver load tests' requirements.txt
2 participants