Generic Key Manager interface for OpenStack
Go to file
Moisés Guimarães de Medeiros 9ecd30081a Fix length usage in VaultKeyManager.create_key.
Previous code was considering length as bytes, but the API contract
considers the length param to be bits so that the considering `km`
as a VaultKeyManager, the call `km.create_key(ctx, 'AES', 256)` should
generate a 256 bit AES key and not a 2048 bit AES key instead.

Closes-Bug: #1817248
Change-Id: I5815cb74394e18b6058f4c5cf69b656d7cc2c43b
Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
2019-02-22 15:46:35 +01:00
castellan Fix length usage in VaultKeyManager.create_key. 2019-02-22 15:46:35 +01:00
doc/source pypy is not checked at gate 2018-04-17 02:58:11 +00:00
etc/castellan refactoring castellan configuration 2015-08-12 12:03:36 -04:00
playbooks/devstack Use Zuul v3 fetch-subunit-output 2018-01-16 07:20:24 +00:00
releasenotes Fix length usage in VaultKeyManager.create_key. 2019-02-22 15:46:35 +01:00
tools Bump HashiCorp Vault version for tests. 2018-08-22 16:07:28 +02:00
.coveragerc remove obsolete oslo incubator code 2016-11-01 14:16:50 +00:00
.gitignore Add Castellan Oslo Config Driver. 2019-01-09 23:17:17 +01: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
.stestr.conf Switch to stestr 2018-07-11 08:56:06 +07:00
.zuul.yaml add python 3.7 unit test job 2019-02-15 16:02:13 -05: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 Add release note link in README 2018-07-05 23:44:03 +08:00
babel.cfg Initial Cookiecutter Commit. 2014-11-20 15:39:45 -06:00
lower-constraints.txt Add Castellan Oslo Config Driver. 2019-01-09 23:17:17 +01:00
requirements.txt Add Castellan Oslo Config Driver. 2019-01-09 23:17:17 +01:00
setup.cfg Merge "Change openstack-dev to openstack-discuss" 2019-01-28 01:32:36 +00:00
setup.py Updated from global requirements 2017-03-02 11:43:02 +00:00
test-requirements.txt Add Castellan Oslo Config Driver. 2019-01-09 23:17:17 +01:00
tox.ini Update min tox version to 2.0 2018-11-09 15:59:22 +08:00

README.rst

Castellan

Generic Key Manager interface for OpenStack.

Team and repository tags

image