summaryrefslogtreecommitdiff
path: root/releasenotes/notes/zookeeper-key-storage-a1ad32aa8d63b05f.yaml
blob: f714497d65d2491bcdd963f5a6f921eab256035a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
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.