deckhand.barbican.driver module¶
-
class
deckhand.barbican.driver.BarbicanDriver[source]¶ Bases:
object-
create_secret(secret_doc)[source]¶ Create a secret.
Parameters: secret_doc (document.DocumentDict) – Document with storagePolicyof “encrypted”.Returns: Secret reference returned by Barbican Return type: str
-