summaryrefslogtreecommitdiff
path: root/releasenotes/notes/keystore-export-9f8c6d46dd02a64c.yaml
blob: 22a99519b42be11006fd5f605f8686ee1a3e7c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
upgrade:
  - |
    Zuul no longer reads or writes project private key files from the
    scheduler's filesystem.  In order to load existing keys into
    ZooKeeper, run version 4.6.0 of the scheduler at least once, if
    you haven't already.

    A new command ``zuul export-keys`` has been added to export the
    encrypted keys from ZooKeeper onto the filesystem for backup.
    Likewise, ``zuul import-keys`` will load a previously-exported
    backup into ZooKeeper.  It is recommended that you use these
    commands in system backup scripts.