diff options
author | Fernando Diaz <diazjf@us.ibm.com> | 2015-06-29 16:15:09 -0500 |
---|---|---|
committer | Fernando Diaz <diazjf@us.ibm.com> | 2015-08-25 09:56:24 -0500 |
commit | 34256de82d61a7030204a715dd2901dddb46c8e9 (patch) | |
tree | beb86e375108531a59aca00d89a673a55d6e21bf /setup.cfg | |
parent | 6c0eb3f3803491fd2eaf7b81b2c85ef2eb323ff7 (diff) | |
download | python-barbicanclient-34256de82d61a7030204a715dd2901dddb46c8e9.tar.gz |
Allow Barbican Client Secret Update Functionality
This patch will allow the python-barbicanclient to perform
Secret Updates. This functionality will also be added to the
barbican command line client. I will also allow for a secret
to be created without a payload.
Change-Id: Ia53e1cc463f9a274feb11f6e3bb3cbbe981c3444
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ barbican.client = secret_get = barbicanclient.barbican_cli.secrets:GetSecret secret_list = barbicanclient.barbican_cli.secrets:ListSecret secret_store = barbicanclient.barbican_cli.secrets:StoreSecret + secret_update = barbicanclient.barbican_cli.secrets:UpdateSecret container_delete = barbicanclient.barbican_cli.containers:DeleteContainer container_get = barbicanclient.barbican_cli.containers:GetContainer |