summaryrefslogtreecommitdiff
path: root/releasenotes/notes/web-keystore-config-63c234fcc4b1bdbe.yaml
blob: a791f09dbc804cf012db0580c66dc49824d24c38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
upgrade:
  - |
    Zuul-web now requires access to the Zookeeper keystore.  Ensure that
    the :attr:`keystore.password` option is included in ``zuul.conf``
    on at least the scheduler, executor, and web servers (it may be included
    on all components if desired).
  - |
    Zuul-web requires information for all defined connections.
    Previously, zuul-web may have started without all of the
    connections fully defined in its config file, or with some
    requirements (such as keys used for connecting to remote services)
    present.  They are now required in order for zuul-web to start.