octavia/releasenotes/notes/remove-bbq-unset-acl-e680020de6a9ad3d.yaml
Michael Johnson 72b382b46d Fix the loss of access to barbican secrets
The listener delete method could remove access to barbican secrets that
are used on multiple listeners, in different roles.
It is also not thread safe and was un-tested.
This patch removes the "unset_acls" calls from the listener delete method.

Change-Id: Ic832fcd2a5a45993f8414b7514b1a58dcec13de3
Story: 2005041
Task: 29536
2019-02-24 10:57:46 -08:00

7 lines
192 B
YAML

---
fixes:
- |
Octavia will no longer automatically revoke access to secrets whenever
load balancing resources no longer require access to them. This may be
added in the future.