27f872fb56
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
8 lines
287 B
YAML
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.
|