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

oidc: add StaticKeySet #337

Merged
merged 1 commit into from May 11, 2022
Merged

oidc: add StaticKeySet #337

merged 1 commit into from May 11, 2022

Conversation

ericchiang
Copy link
Collaborator

This has been extremely useful for testing, but I've been hesitant to
add any API surface that references our underlying JOSE library.

Add a StaticKeySet that only accepts keys of type *rsa.PublicKey and
*ecdsa.PublicKey.

This has been extremely useful for testing, but I've been hesitant to
add any API surface that references our underlying JOSE library.

Add a StaticKeySet that only accepts keys of type *rsa.PublicKey and
*ecdsa.PublicKey.
@ericchiang
Copy link
Collaborator Author

cc @mitar

@mitar
Copy link
Contributor

mitar commented May 11, 2022

Awesome! This looks great and I can use it as-is.

@ericchiang ericchiang merged commit 26c5037 into coreos:v3 May 11, 2022
@ericchiang ericchiang deleted the static branch May 11, 2022 19:25
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