mirror of
https://github.com/openkmip/pykmip
synced 2026-01-06 02:23:25 +00:00
This change adds an authentication plugin framework to be used by the PyKMIP server. This framework will allow the server to query third-party authentication systems for user identity information, improving the access control model for the server. The initial plugin provided queries an instance of the new SLUGS library.
6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
cryptography>=1.3
|
|
enum34
|
|
requests
|
|
six>=1.9.0
|
|
sqlalchemy>=1.0
|