deckhand/deckhand/conf
Felipe Monteiro 91de02be34 Fix secret_uuid used to query Barbican's Secrets API
This is to fix secrets_manager.SecretsManager.get method which
is passing in the secret reference to Barbican directly for
GET /secrets/{uuid} [0] causing Barbican to raise a
ValueError exception when it attempts to validate that
{secret_uuid} is in fact a UUID.

The fix is to extract the secret_uuid from the secret_ref returned
by Barbican before querying the GET /secrets/{uuid} API.

[0] https://docs.openstack.org/barbican/latest/api/reference/secrets.html#get-v1-secrets-uuid

Change-Id: I4db317e3ba12b4268df5b84b79be8da1da5ac2ba
2018-03-26 21:30:57 +01:00
..
__init__.py Oslo config integration (#1) 2017-06-26 16:57:50 -07:00
config.py Fix secret_uuid used to query Barbican's Secrets API 2018-03-26 21:30:57 +01:00
opts.py DECKHAND-33: Add oslo.config options for keystone auth 2017-08-24 20:12:05 +01:00