openfrontier / docker-gerrit

Build a Docker image with the Gerrit code review system
Apache License 2.0
197 stars 116 forks source link

What is with Bitbucket OAuth support? #63

Closed symonsoft closed 7 years ago

symonsoft commented 7 years ago

Please, consider adding OAUTH_BITBUCKET_CLIENT_ID, OAUTH_BITBUCKET_CLIENT_SECRET and OAUTH_BITBUCKET_FIX_LEGACY_USER_ID variables.

thinkernel commented 7 years ago

I think I can do something for this. I'm working on the 2.14 release recently. I'll check this one after the v2.14 image.

thinkernel commented 7 years ago

@symonsoft The support for Bitbucket OAuth has been added. Please download the latest image and let me know if it works for you.

thinkernel commented 7 years ago

I tested it myself. It seems that it works on 2.13.x. However, there're some problems on 2.14. It relates to this issue and this one.

thinkernel commented 7 years ago

Issues on master branch are fixed though git over http is not supported on oauth right now.