castellan/castellan
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
..
common Add ID to managed objects 2017-08-31 21:08:08 +00:00
key_manager Fix length usage in VaultKeyManager.create_key. 2019-02-22 15:46:35 +01:00
tests Merge "vault: support configuration of KV mountpoint" 2019-01-24 12:07:05 +00:00
__init__.py Removes unnecessary utf-8 encoding 2017-02-24 11:01:26 +05:30
_config_driver.py Add Castellan Oslo Config Driver. 2019-01-09 23:17:17 +01:00
i18n.py Update the doc URL in the documents 2017-07-11 13:38:04 +00:00
options.py vault: support configuration of KV mountpoint 2018-10-12 10:05:50 +01:00