Files
puppet-swift/releasenotes/notes/barbican-endpoint-in-keymaster-ef3fe756cbd0a735.yaml
Thomas Goirand 3d72d3b0ea Support for barbican_endpoint in kms_keymaster
This patch adds support for specifying barbican_endpoint, which is
mandatory if doing a multi-region deployment with kms_keymaster.
Indeed, without it, Castellan may use the wrong endpoint of the
wrong cluster.

Depends-On: Ib7f4219ef5fdef65e9cfd5701e28b5288741783e
Change-Id: If62756770b1a3cdb4215b59aee5f368f54986706
2024-06-17 12:26:36 +09:00

7 lines
219 B
YAML

---
features:
- |
A new parameter `barbican_endpoint` has been added to the class
`swift::keymaster`, that makes it possible to specify the
Barbican endpoint, which is needed in a multi-region deployment.