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
jwcrypto 0.3.0 breaks FreeIPA #47
Comments
Closed
simo5
added a commit
to simo5/jwcrypto
that referenced
this issue
Aug 15, 2016
The new code was throwing away any additional parameter for the key (like the 'kid') when generating a new key. Signed-off-by: Simo Sorce <simo@redhat.com> Fixes latchset#47 Closes latchset#48
simo5
added a commit
to simo5/jwcrypto
that referenced
this issue
Aug 16, 2016
The new code was throwing away any additional parameter for the key (like the 'kid') when generating a new key. Signed-off-by: Simo Sorce <simo@redhat.com> Fixes latchset#47 Closes latchset#48
simo5
added a commit
to simo5/jwcrypto
that referenced
this issue
Aug 16, 2016
The new code was throwing away any additional parameter for the key (like the 'kid') when generating a new key. Signed-off-by: Simo Sorce <simo@redhat.com> Fixes latchset#47 Closes latchset#48
|
The bug also broke Custodia and its CI. I had to force jwcrypto < 0.3 on all PRs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The latest release of jwcrypto breaks FreeIPA's ipa-replica-install. ipareplica-install log on the new replica:
I added a couple of print statements to custodia on the master and ran
kid is both None for the inner and outer object.
The text was updated successfully, but these errors were encountered: