Hi,
Could you please help me in getting the link of the gerrit plugin used for Application authentication(OAUTH) b/w Gerrit & github enterprise (Not Github).
Thanks and regards
Jomcy Pappachen
Hi,
Could you please help me in getting the link of the gerrit plugin used for Application authentication(OAUTH) b/w Gerrit & github enterprise (Not Github).
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 10 Feb 2016, at 08:59, jomcy Pappachen <jom...@gmail.com> wrote:GHE Config :Application : Gerrit LocalHome page URL : http://SystemName:8090Authorization callback URL : http://SystemName:8090/oauth/[gerrit]basePath = gitcanonicalWebUrl = http://SystemName:8090/[database]type = h2database = db/ReviewDB[index]type = LUCENE[auth]type = OAUTH
httpHeader = GITHUB_USERlogoutUrl = /oauth/resethttpExternalIdHeader = GITHUB_OAUTH_TOKENloginUrl = /loginloginText = Sign-in with---GitHubregisterPageUrl = "/#/register"[receive]enableSignedPush = false[sendemail]smtpServer = localhost[container]user = muneerjavaHome = /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.65-3.b17.el7.x86_64/jre[sshd]listenAddress = *:29418[httpd]listenUrl = http://*:8090/[cache]directory = cache[github]url = http://SystemName_GitHub:80apiUrl = http://SystemName_GitHub:80/api # Not correct (Need fix)clientId = xxxxx
[plugin "gerrit-oauth-provider-github-oauth"]client-id =xxxxx
On 11 Feb 2016, at 10:04, Muneer A J <ajmu...@gmail.com> wrote:
Hi Luca,We got GHE API fixed and with the prebuilt jar + gerritconfig settings, Gerrit is now able to authorize using Github account ! :-)Thanks to your support.Though it is authorized, Github repositories are not visible at Gerrit side.
In Gerrit, when I click "Github" tab (beside 'Documentation') and then clickingi) Scope : redirects to .../plugins/github-plugin/static/scope.html and gives "Not Found" (eventhough gerrit.config has the entrygithub.scopes = USER_EMAIL,PUBLIC_REPO,READ_ORG
ii) Profile : shows my profile name but on 'next', it redirects to '.../plugins/github-plugin-2.12-SNAPSHOT/static/account.gh" and says "server error"
...