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
2018-04-17 02:58:11 +00:00
2019-01-09 23:17:17 +01:00
2014-11-20 15:39:45 -06:00
2014-11-20 15:39:45 -06:00
2018-07-11 08:56:06 +07:00
2019-02-15 16:02:13 -05:00
2014-11-20 15:39:45 -06:00
2017-06-12 07:57:59 +00:00
2014-11-20 15:39:45 -06:00
2018-07-05 23:44:03 +08:00
2017-03-02 11:43:02 +00:00
2018-11-09 15:59:22 +08:00

Castellan

Generic Key Manager interface for OpenStack.

Team and repository tags

image

Description
Generic Key Manager interface for OpenStack
Readme 5.5 MiB
Languages
Python 99.7%
Shell 0.3%