summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-02-03 19:30:40 +0000
committerGerrit Code Review <review@openstack.org>2020-02-03 19:30:40 +0000
commitd9d36a4f542c5ab913ecac6a0f983fd2bbc2f2cb (patch)
tree67a160a9f7d8cd0ce2896224d159830c05c4a7d0 /doc
parentd48ea850e65f2440c8cdc2c3246b4a5c615b90ea (diff)
parentb5a4d44645d36648836a244dd07d99c39a8f88c7 (diff)
downloadzuul-d9d36a4f542c5ab913ecac6a0f983fd2bbc2f2cb.tar.gz
Merge "Add gcloud_service auth option for Gerrit driver"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/drivers/gerrit.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/reference/drivers/gerrit.rst b/doc/source/reference/drivers/gerrit.rst
index cc924eb4d..dc1ecaa28 100644
--- a/doc/source/reference/drivers/gerrit.rst
+++ b/doc/source/reference/drivers/gerrit.rst
@@ -122,6 +122,15 @@ The supported options in ``zuul.conf`` connections are:
Zuul will submit a username and password to a form in order
to authenticate.
+ .. value:: gcloud_service
+
+ Only valid when running in Google Cloud. This will use the
+ default service account to authenticate to Gerrit. Note that
+ this will only be used for interacting with the Gerrit API;
+ anonymous HTTP access will be used to access the git
+ repositories, therefore private repos or draft changes will
+ not be available.
+
.. attr:: verify_ssl
:default: true