summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml
diff options
context:
space:
mode:
authorMauricio Harley <mharley@redhat.com>2023-01-30 17:29:08 +0100
committerMauricio Harley <mharley@redhat.com>2023-02-10 18:22:43 +0100
commitda03fc5cf0774f4bcd884279356452deeac4e700 (patch)
tree2a7145f3686888942368c911edcfba6ff1c40353 /releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml
parent7f6b3cf790e7d37e85fb38d300fb43573f31184c (diff)
downloadpython-barbicanclient-da03fc5cf0774f4bcd884279356452deeac4e700.tar.gz
Added secret consumers list functionality. Unit, smoke
and functional tests were also added. Change-Id: I093475833cdc6d68ff2d4735a0d4a8d0eb143a53
Diffstat (limited to 'releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml')
-rw-r--r--releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml b/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml
new file mode 100644
index 0000000..443e735
--- /dev/null
+++ b/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml
@@ -0,0 +1,10 @@
+---
+features: >
+ The Barbican API has been extended to allow secrets to have one or
+ more consumers. This extension has been documented here:
+ https://docs.openstack.org/barbican/latest/api/reference/secret_consumers.html
+
+ This functionality has now been exposed in the barbican client.
+ Users may add, remove or delete consumers by calling new mechods on the
+ SecretManager. In addition, new CLI options have been provided to add, remove
+ and list consumers. See the documentation for details.