2013-06-26 18:56:04 |
John Dewey |
description |
We don't want to allow everyone from downloading our projects w/o authenticatoin over http.
To disable this, we disabled the Anonynous user from refs/*. However, when doing this, prevents
zuul from connecting to gerrit anonymously.
[gerrit]
baseurl=http://127.0.0.1:8181
server=127.0.0.1
user=jenkins
sshkey=/var/lib/zuul/ssh/id_rsa_jenkins
Was hoping we could allow user/pass options, so zuul can construct an authenticated URL to query gerrit. |
We don't want to allow anonymous r/o access to our repos. To disable this,
we disabled the Anonynous user from refs/*. However, when doing this, prevents zuul from connecting to gerrit anonymously.
[gerrit]
baseurl=http://127.0.0.1:8181
server=127.0.0.1
user=jenkins
sshkey=/var/lib/zuul/ssh/id_rsa_jenkins
Was hoping we could allow user/pass options, so zuul can construct an authenticated URL to query gerrit. |
|