zuul/releasenotes/notes/fingergw-user-f4edf5d300d78f56.yaml
James E. Blair 27f872fb56 Remove default user for fingergw
We're presuming, by default, that a user named "zuul" exists, which
is not the case in some environments.  Change the default to avoid
dropping privileges, and require that this be explicitly set in order
to do so.

Change-Id: Ia677d2615dd9292a809df4c8859a60b7f4df6243
2019-02-07 12:33:25 -08:00

8 lines
287 B
YAML

---
upgrade:
- The ``user`` value in the ``[fingergw]`` configuration section
previously defaulted to ``zuul``, but now is unset by default,
which will cause fingergw not to drop privileges. It is
recommended that this value be explicitly set to an unprivileged
user.