deckhand/deckhand/barbican
Felipe Monteiro 039f9830da Move retrieval of encrypted documents to Deckhand controller
This patchset moves retrieval of encrypted documents to the
Deckhand controller so that components like Pegleg and
Promenade can consume the Deckhand engine offline without
running into Barbican errors.

Components can pass in `encryption_sources` to Deckhand's
rendering module which Deckhand will now use instead to resolve
secret references.

`encryption_sources` is a dictionary that maps the reference
contained in the destination document's data section to the
actual unecrypted data. If encrypting data with Barbican, the
reference will be a Barbican secret reference.

Change-Id: I1a457d3bd37101d73a28882845c2ce74ac09fdf4
2018-07-08 23:16:26 +00:00
..
__init__.py DECKHAND-10: Add Barbican integration to Deckhand 2017-06-29 22:25:11 +01:00
client_wrapper.py Move retrieval of encrypted documents to Deckhand controller 2018-07-08 23:16:26 +00:00
driver.py Move retrieval of encrypted documents to Deckhand controller 2018-07-08 23:16:26 +00:00