summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml
diff options
context:
space:
mode:
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.