[OpenStack-Infra] is basic auth broken on our gerrit: review.opendev.org?
Sorin Sbarnea
ssbarnea at redhat.com
Mon Sep 2 15:58:48 UTC 2019
it would be really nice if we could enable HTTPBasicAuth because at this moment talking with multiple gerrit servers seems to be a real challenge.
For example:
* review.rdoprpject.org server works only with BasicAuth and also requires custom url suffix "/r".
* review.opendev.org works only with Digest auth
Considering that from 2.14 only BasicAuth will be supported, it makes sense to make the move now.
PS. I stopped using pygerrit2 and I am using requests directly, as I did not find many benefits in pygerrit so far.
> On 1 Sep 2019, at 12:28, Jeremy Stanley <fungi at yuggoth.org> wrote:
>
> On 2019-09-01 11:50:18 +0100 (+0100), Sorin Sbarnea wrote:
>> I was trying to query gerrit using pygerrit2, requests and later
>> curl just to find out that apparently our gerrit does not work
>> with basic-auth.
> [...]
>> Am I doing something wrong or if not, can we have this fixed?
> [...]
>
> https://review.opendev.org/Documentation/rest-api.html#authentication
>
> By default Gerrit uses HTTP digest authentication with the HTTP
> password from the user’s account settings page. HTTP basic
> authentication is used if auth.gitBasicAuth is set to true in
> the Gerrit configuration.
>
> It seems like turning that on is probably a reasonable choice if the
> default prevents pygerrit2 from working. This would, however, need a
> Gerrit restart to update.
> --
> Jeremy Stanley
> _______________________________________________
> OpenStack-Infra mailing list
> OpenStack-Infra at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
More information about the OpenStack-Infra
mailing list