-
Notifications
You must be signed in to change notification settings - Fork 17
Abstorage #47
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
Conversation
KeyJar prepared to be able to use storage system defined on oidcmsg.
KeyJar prepared to be able to use storage system defined on oidcmsg.
Set of tests for KeyIssuer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally good. Addressing backwards compatibility would help a lot.
|
KeyJar.getitem(item) now returns the KeyIssuer instance that is bound to the issuer identifier To get the same behaviour as before you now have to do: keyjar[item].get_bundles() key jar[item].all_keys() will return all keys irrespective of in which key bundle they reside. |
Should |
Yes it should. |
Included the possibility to use a persistent storage.
One consequence of the work was that KeyJar was split into KeyJar and KeyIssuer.