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

Remove https://github.com/nhynes/jwk-rs as a runtime dependency #115

Merged

Conversation

bleggett
Copy link
Collaborator

@bleggett bleggett commented Oct 1, 2024

Should fix: #112

This removes https://github.com/nhynes/jwk-rs as a non-test dependency.

That library really only lightly wraps https://github.com/Keats/jsonwebtoken types, so this PR just uses that directly, especially for JKS stuff.

https://github.com/nhynes/jwk-rs is still left as a test dep, purely because it's easier to use to generate throwaway test keys.

(also fixes lint fail: https://github.com/maxlambrecht/rust-spiffe/actions/runs/11113165742/job/30876859796)

bleggett and others added 6 commits September 30, 2024 17:48
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
Signed-off-by: Benjamin Leggett <[email protected]>
@bleggett bleggett requested a review from maxlambrecht October 1, 2024 16:16
Signed-off-by: Benjamin Leggett <[email protected]>
Copy link
Owner

@maxlambrecht maxlambrecht left a comment

Choose a reason for hiding this comment

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

LGTM!

Thanks, @bleggett!

@maxlambrecht maxlambrecht merged commit 8a56a26 into maxlambrecht:main Oct 4, 2024
3 checks passed
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.

Dependency jwk-rs is unmaintained
2 participants