zuul/releasenotes/notes/zookeeper-key-storage-a1ad32aa8d63b05f.yaml
Paul Belanger f69ad20713 Ensure executor also as keystore.password setting
Hopefully make the upgrade notes a little better for others.

Change-Id: Iab12cb99bad21535ee46c55829b9584067e6a6da
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2021-06-24 00:45:18 -04:00

16 lines
596 B
YAML

---
features:
- |
Project secrets keys and SSH keys are now stored in Zookeeper. All private
data will be encrypted at rest, which requires a new mandatory setting
:attr:`keystore.password` in ``zuul.conf``.
For backup purposes the secrets keys and SSH keys will still exist on the
local filesystem of the scheduler as before.
upgrade:
- |
As project secrets keys and SSH keys are stored encrypted in Zookeeper the
new :attr:`keystore.password` option in ``zuul.conf`` is
required. Please add it to your configuration for both the scheduler and
executor.