Generic Key Manager interface for OpenStack
Go to file
Davanum Srinivas a972da32a9 Vault based key manager
* Uses https://www.vaultproject.io/ to store/fetch secrets
* All we need is the URL and a Token to talk to the vault server
* tox target "functional-vault" sets up a server in development mode
  and runs functional tests
* Supports both http:// and https:// url(s)
* the https support was tested by setting up a vault server by hand
  (https://gist.github.com/dims/47674cf2c3b0a953df69246c2ea1ff78)
* create_key_pair is the only API that is not implemented

Change-Id: I6436e5841c8e77a7262b4d5aa39201b40a985255
2017-11-13 20:56:34 -05:00
castellan Vault based key manager 2017-11-13 20:56:34 -05:00
doc/source allow redirects in .htaccess files on the static web servers 2017-08-03 15:39:17 +05:30
etc/castellan refactoring castellan configuration 2015-08-12 12:03:36 -04:00
releasenotes Vault based key manager 2017-11-13 20:56:34 -05:00
tools Vault based key manager 2017-11-13 20:56:34 -05:00
.coveragerc remove obsolete oslo incubator code 2016-11-01 14:16:50 +00:00
.gitignore Add releasenotes for castellan 2017-09-05 13:40:42 +08: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 Optimize the link address 2017-06-12 07:57:59 +00:00
HACKING.rst Update the doc URL in the documents 2017-07-11 13:38:04 +00:00
LICENSE Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
README.rst Update the doc URL in the documents 2017-07-11 13:38:04 +00:00
babel.cfg Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
requirements.txt Updated from global requirements 2017-11-03 00:42:41 +00:00
setup.cfg Vault based key manager 2017-11-13 20:56:34 -05:00
setup.py Updated from global requirements 2017-03-02 11:43:02 +00:00
test-requirements.txt Updated from global requirements 2017-09-13 12:48:44 +00:00
tox.ini Vault based key manager 2017-11-13 20:56:34 -05:00

README.rst

Castellan

Generic Key Manager interface for OpenStack.

Team and repository tags

image