zuul/releasenotes/notes/gerrit-default-auth-c6165622bffc6434.yaml
James E. Blair a7a9c8b38f Change default Gerrit HTTP auth method
The current default HTTP authentication method for Zuul's Gerrit
driver is Digest, but that has not been supported by Gerrit since
version 2.15.  Change the default to Basic which matches the
current default and should be the value for most Gerrit
installations.

Change-Id: I4b034311dba53d959b4e1dfd2e9319ade45b1438
2020-01-24 09:59:16 +00:00

9 lines
332 B
YAML

upgrade:
- |
The default for :attr:`<gerrit connection>.auth_type` has changed from
``digest`` to ``basic``. Digest authentication has not been supported
in Gerrit since version 2.15.
If your Zuul connects to an older version of Gerrit via HTTP
authentication, you may now need to explicitly set this value.