Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow to pass through pem loading unsafe option #354

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

simo5
Copy link
Member

@simo5 simo5 commented Apr 18, 2024

This has some significant performance impact and
is ok to use with trusted keys.

The way to use it is to create or import a JWK, and then set the object property named unsafe_skip_rsa_key_validation to True

Fixes #353

This has some significant performance impact and
is ok to use with trusted keys.

Signed-off-by: Simo Sorce <simo@redhat.com>
@simo5 simo5 force-pushed the unsafe_rsa_load branch from 1091467 to 1c866cb Compare April 19, 2024 13:00
@simo5 simo5 merged commit cabac91 into latchset:main Apr 25, 2024
14 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FR: Allow passing 'unsafe_skip_rsa_key_validation' flag when signing tokens
1 participant