Files
zuul/releasenotes/notes/gerrit-default-auth-c6165622bffc6434.yaml
James E. Blair 4dc0962a49 Add Kafka support to Gerrit
Gerrit supports a number of pub-sub plugins which can act as
alternatives to stream-events.  These can often be easier for
users to configure than ssh access and have the advantage of
providing queueing and delivery guarantees for messages.

This change not only adds support for Kafka, but is meant as
a template for adding support for other Gerrit pub-sub plugins
as well.

Change-Id: Ib03d8cb9ef709b625d2717a09125930548c86a22
2023-07-15 14:41:23 -07:00

9 lines
306 B
YAML

upgrade:
- |
The default for `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.