Generic Key Manager interface for OpenStack
Go to file
Kaitlin Farr 3d031cb5af Update the key manager API
Includes changes to the base API class to support managed objects
and creation of asymmetric key pairs. The current implementations
of the key manager only support symmetric keys for retrieval, and raise
NotImplementedErrors for generation of asymmetric key pairs. Full
functionality coming in later commits.

Change-Id: I69e0c22729413e95808f9419df59017011f14d99
2015-08-10 17:30:26 -04:00
castellan Update the key manager API 2015-08-10 17:30:26 -04:00
doc/source Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
etc/castellan Add functional tests for Barbican key manager wrapper 2015-07-23 14:27:20 +00:00
.coveragerc Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
.gitignore Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
.gitreview Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
.mailmap Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
.testr.conf Move unit tests to unit test folder 2015-07-22 14:29:06 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:35 +00:00
HACKING.rst Updating HACKING.rst 2015-02-27 16:28:13 -05:00
LICENSE Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
MANIFEST.in Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
README.rst Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
babel.cfg Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
openstack-common.conf Add openstack/common log and policy modules 2015-01-29 15:44:12 -05:00
requirements.txt Migrate to oslo_context 2015-05-21 02:52:46 +03:00
setup.cfg Add functional tests for Barbican key manager wrapper 2015-07-23 14:27:20 +00:00
setup.py Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
test-requirements.txt Add Barbican key manager 2015-07-05 20:08:49 -04:00
tox.ini Add functional tests for Barbican key manager wrapper 2015-07-23 14:27:20 +00:00

README.rst

castellan

Generic Key Manager interface for OpenStack

Features

  • TODO