summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorFernando Diaz <diazjf@us.ibm.com>2015-06-29 16:15:09 -0500
committerFernando Diaz <diazjf@us.ibm.com>2015-08-25 09:56:24 -0500
commit34256de82d61a7030204a715dd2901dddb46c8e9 (patch)
treebeb86e375108531a59aca00d89a673a55d6e21bf /setup.cfg
parent6c0eb3f3803491fd2eaf7b81b2c85ef2eb323ff7 (diff)
downloadpython-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.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 58e5f11..b9831d2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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