mirror of https://github.com/OpenKMIP/PyKMIP.git
This change updates the server, adding in support for customizing the backend storage file used to store all server data. The server currently uses a simple SQLite database for storage. Prior versions of the server kept this database file in /tmp, to emphasize the testing focus of the server. This change loosens that restriction, now allowing users to customize where the database file lives. A new configuration option, 'database_path', has been added that will override the default /tmp location for the database file. This value can also be passed in if invoking the server via script using the '-d' flag. |
||
---|---|---|
.. | ||
server | ||
__init__.py | ||
test_auth.py | ||
test_kmip_client.py | ||
test_kmip_protocol.py |