kolla/releasenotes/notes/swift-sudo-issue-84d37919c980a373.yaml
Maksim Malchuk b8a352647d Fix Swift deployment issue
Swift deployment is broken since CVE-2022-38060 fixed sudoers file in
the I66476a2b396e2cbe41e68ac51f57aae1806b2ed8. The kolla-toolbox
container have their own virtualenv path differs from all other
containers. This change adds the correct sudoers secure_path
configuration needed only for kolla-toolbox conainer.

Related-Bug: #1985784
Change-Id: I3651576ee354364d639c187ff750491667ecab56
Signed-off-by: Maksim Malchuk <maksim.malchuk@gmail.com>
2022-10-09 13:43:42 +00:00

8 lines
252 B
YAML

---
fixes:
- |
Fixes an issue with Swift deployment via Kolla Ansible caused by
the fix to CVE-2022-38060.
The kolla-toolbox container now have its own sudoers secure_path
configuration which allows the necessary binaries to execute.