a7a9c8b38f
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
9 lines
332 B
YAML
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.
|