David Ostrovsky

Results 153 comments of David Ostrovsky

Does GitHub provider support that feature?

> Basically, this plugin should support OpenID Connect. I see your point. But for the timing reasons it was important to introduce OAuth extension point in Gerrit, to support plugin...

The only way that supposed to work in your scenario (coming from OpenId Yahoo) is to use Hybrid OpenId+OAuth2 auth scheme. - Let auth to be OpenId - Install the...

That's strange. I tested it and it worked. Just to make sure: you login with OpenId Yahoo account and select Settings -> identities -> "Link Another Identity" and login with...

Before I'll re-check it all again, could you do one more test: - Set-up Gerrit 2.11.3 site from scratch: no users in the database, dump database user tables to be...

Sure you could do that, but say your site has >1K users, you have better plan for the next time than migrate all them manually, right? I'm looking into it....

As expected, I'm unable to reproduce the problem you are describing. Works here as expected: gerrit.config: ``` [auth] type = OPENID trustedOpenID=^.*$ ``` - Gerrit: master - Plugin: master -...

I've uploaded this change: [1] and added vebose output to troubleshoot this issue: [1]. Here is my output on the vanilla Gerrit site, that corresponds to my previous comment. Apply...