castellan/castellan/tests
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
..
contrib Use generic user for both zuul v2 and v3 2017-11-02 07:19:52 +00:00
functional Vault based key manager 2017-11-13 20:56:34 -05:00
unit Merge "Add ID to managed objects" 2017-09-18 13:15:26 +00:00
__init__.py Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
base.py Removes unnecessary utf-8 encoding 2017-02-24 11:01:26 +05:30
utils.py Replacing six.iteritems() with .items() 2017-05-17 09:00:58 +00:00