Set gerrit digest auth in zuul config

Zuul is updating the default auth type for gerrit connections to better
reflect current Gerrit's expectations. We need to force digest instead
of basic auth in order to accomodate our older gerrit install.

Change-Id: I6ec64f0625abe0c9e3871a5d1942a35e1a58177c
This commit is contained in:
Clark Boylan 2020-01-23 15:18:58 -08:00
parent 862147eaee
commit 83a422e180
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ zuul_connections:
canonical_hostname: 'opendev.org'
user: 'zuul'
sshkey: '/var/lib/zuul/ssh/id_rsa'
auth_type: 'digest'
- name: 'github'
driver: 'github'

View File

@ -36,6 +36,7 @@ zuul_connections:
canonical_hostname: 'opendev.org'
user: 'zuul'
sshkey: '/var/lib/zuul/ssh/id_rsa'
auth_type: 'digest'
- name: 'github'
driver: 'github'

View File

@ -14,6 +14,7 @@ zuul_connections:
user: 'zuul'
sshkey: '/var/lib/zuul/ssh/id_rsa'
gitweb_url_template: 'https://opendev.org/{project.name}/commit/{sha}'
auth_type: 'digest'
- name: 'opendaylight'
driver: 'gerrit'