summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-secret-consumers-a65cd6b22d28184d.yaml
blob: b82e0ca1d3e3243927291bf133df4bc87ed71c36 (plain)
1
2
3
4
5
6
7
8
9
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 methods on the
    SecretManager.  In addition, new CLI options have been provided to add, remove
    and list consumers.  See the documentation for details.