2016-08-30 09:42:40 -04:00
|
|
|
# Integrate your GitLab server with Bitbucket
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
Import projects from Bitbucket.org and login to your GitLab instance with your
|
|
|
|
Bitbucket.org account.
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 09:42:40 -04:00
|
|
|
## Overview
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-12-19 13:44:57 -05:00
|
|
|
You can set up Bitbucket.org as an OAuth2 provider so that you can use your
|
2016-08-30 11:52:14 -04:00
|
|
|
credentials to authenticate into GitLab or import your projects from
|
|
|
|
Bitbucket.org.
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
- To use Bitbucket.org as an OmniAuth provider, follow the [Bitbucket OmniAuth
|
2016-08-30 09:42:40 -04:00
|
|
|
provider](#bitbucket-omniauth-provider) section.
|
|
|
|
- To import projects from Bitbucket, follow both the
|
|
|
|
[Bitbucket OmniAuth provider](#bitbucket-omniauth-provider) and
|
|
|
|
[Bitbucket project import](#bitbucket-project-import) sections.
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 09:42:40 -04:00
|
|
|
## Bitbucket OmniAuth provider
|
|
|
|
|
|
|
|
> **Note:**
|
2016-12-16 08:54:23 -05:00
|
|
|
GitLab 8.15 significantly simplified the way to integrate Bitbucket.org with
|
|
|
|
GitLab. You are encouraged to upgrade your GitLab instance if you haven't done
|
|
|
|
already. If you're using GitLab 8.14 and below, [use the previous integration
|
|
|
|
docs][bb-old].
|
2016-08-30 09:42:40 -04:00
|
|
|
|
|
|
|
To enable the Bitbucket OmniAuth provider you must register your application
|
2016-08-30 11:52:14 -04:00
|
|
|
with Bitbucket.org. Bitbucket will generate an application ID and secret key for
|
2016-08-30 09:42:40 -04:00
|
|
|
you to use.
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
1. Sign in to [Bitbucket.org](https://bitbucket.org).
|
|
|
|
1. Navigate to your individual user settings (**Bitbucket settings**) or a team's
|
|
|
|
settings (**Manage team**), depending on how you want the application registered.
|
2016-08-30 09:42:40 -04:00
|
|
|
It does not matter if the application is registered as an individual or a
|
2016-08-30 11:52:14 -04:00
|
|
|
team, that is entirely up to you.
|
|
|
|
1. Select **OAuth** in the left menu under "Access Management".
|
|
|
|
1. Select **Add consumer**.
|
2016-08-30 09:42:40 -04:00
|
|
|
1. Provide the required details:
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 09:42:40 -04:00
|
|
|
| Item | Description |
|
|
|
|
| :--- | :---------- |
|
|
|
|
| **Name** | This can be anything. Consider something like `<Organization>'s GitLab` or `<Your Name>'s GitLab` or something else descriptive. |
|
|
|
|
| **Application description** | Fill this in if you wish. |
|
2016-12-21 16:51:17 -05:00
|
|
|
| **Callback URL** | The URL to your GitLab installation, e.g., `https://gitlab.example.com`. |
|
2016-08-30 09:42:40 -04:00
|
|
|
| **URL** | The URL to your GitLab installation, e.g., `https://gitlab.example.com`. |
|
2015-07-30 08:38:21 -04:00
|
|
|
|
2016-12-21 16:51:17 -05:00
|
|
|
NOTE: Starting in GitLab 8.15, you MUST specify a callback URL, or you will
|
|
|
|
see an "Invalid redirect_uri" message. For more details, see [the
|
|
|
|
Bitbucket documentation](https://confluence.atlassian.com/bitbucket/oauth-faq-338365710.html).
|
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
And grant at least the following permissions:
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 09:42:40 -04:00
|
|
|
```
|
2016-12-08 07:41:10 -05:00
|
|
|
Account: Email, Read
|
|
|
|
Repositories: Read
|
|
|
|
Pull Requests: Read
|
|
|
|
Issues: Read
|
2016-12-19 13:44:57 -05:00
|
|
|
Wiki: Read and Write
|
2016-08-30 09:42:40 -04:00
|
|
|
```
|
2015-07-30 08:38:21 -04:00
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
![Bitbucket OAuth settings page](img/bitbucket_oauth_settings_page.png)
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
1. Select **Save**.
|
|
|
|
1. Select your newly created OAuth consumer and you should now see a Key and
|
|
|
|
Secret in the list of OAuth customers. Keep this page open as you continue
|
|
|
|
the configuration.
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
![Bitbucket OAuth key](img/bitbucket_oauth_keys.png)
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
1. On your GitLab server, open the configuration file:
|
2015-02-18 16:42:52 -05:00
|
|
|
|
|
|
|
```
|
2016-08-30 11:52:14 -04:00
|
|
|
# For Omnibus packages
|
|
|
|
sudo editor /etc/gitlab/gitlab.rb
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
# For installations from source
|
|
|
|
sudo -u git -H editor /home/git/gitlab/config/gitlab.yml
|
|
|
|
```
|
|
|
|
|
|
|
|
1. Follow the [Initial OmniAuth Configuration](omniauth.md#initial-omniauth-configuration)
|
|
|
|
for initial settings.
|
|
|
|
1. Add the Bitbucket provider configuration:
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
For Omnibus packages:
|
2015-02-18 16:42:52 -05:00
|
|
|
|
|
|
|
```ruby
|
2016-08-30 09:42:40 -04:00
|
|
|
gitlab_rails['omniauth_providers'] = [
|
|
|
|
{
|
|
|
|
"name" => "bitbucket",
|
2016-08-30 11:52:14 -04:00
|
|
|
"app_id" => "BITBUCKET_APP_KEY",
|
|
|
|
"app_secret" => "BITBUCKET_APP_SECRET",
|
2016-08-30 09:42:40 -04:00
|
|
|
"url" => "https://bitbucket.org/"
|
|
|
|
}
|
|
|
|
]
|
2015-02-18 16:42:52 -05:00
|
|
|
```
|
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
For installations from source:
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 09:42:40 -04:00
|
|
|
```yaml
|
|
|
|
- { name: 'bitbucket',
|
2016-08-30 11:52:14 -04:00
|
|
|
app_id: 'BITBUCKET_APP_KEY',
|
2016-12-08 07:41:10 -05:00
|
|
|
app_secret: 'BITBUCKET_APP_SECRET',
|
|
|
|
url: 'https://bitbucket.org/' }
|
2015-02-18 16:42:52 -05:00
|
|
|
```
|
|
|
|
|
2016-08-30 11:52:14 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
Where `BITBUCKET_APP_KEY` is the Key and `BITBUCKET_APP_SECRET` the Secret
|
|
|
|
from the Bitbucket application page.
|
|
|
|
|
2015-02-18 16:42:52 -05:00
|
|
|
1. Save the configuration file.
|
2016-08-30 11:52:14 -04:00
|
|
|
1. [Reconfigure][] or [restart GitLab][] for the changes to take effect if you
|
|
|
|
installed GitLab via Omnibus or from source respectively.
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 09:42:40 -04:00
|
|
|
On the sign in page there should now be a Bitbucket icon below the regular sign
|
|
|
|
in form. Click the icon to begin the authentication process. Bitbucket will ask
|
|
|
|
the user to sign in and authorize the GitLab application. If everything goes
|
2016-08-30 11:52:14 -04:00
|
|
|
well, the user will be returned to GitLab and will be signed in.
|
2015-02-18 16:42:52 -05:00
|
|
|
|
|
|
|
## Bitbucket project import
|
|
|
|
|
2016-12-16 08:54:23 -05:00
|
|
|
Once the above configuration is set up, you can use Bitbucket to sign into
|
|
|
|
GitLab and [start importing your projects][bb-import].
|
2015-02-18 16:42:52 -05:00
|
|
|
|
2016-08-30 09:42:40 -04:00
|
|
|
[init-oauth]: omniauth.md#initial-omniauth-configuration
|
2016-12-16 08:54:23 -05:00
|
|
|
[bb-import]: ../workflow/importing/import_projects_from_bitbucket.md
|
|
|
|
[bb-old]: https://gitlab.com/gitlab-org/gitlab-ce/blob/8-14-stable/doc/integration/bitbucket.md
|
2016-08-30 09:42:40 -04:00
|
|
|
[bitbucket-docs]: https://confluence.atlassian.com/bitbucket/use-the-ssh-protocol-with-bitbucket-cloud-221449711.html#UsetheSSHprotocolwithBitbucketCloud-KnownhostorBitbucket%27spublickeyfingerprints
|
2016-08-30 11:52:14 -04:00
|
|
|
[reconfigure]: ../administration/restart_gitlab.md#omnibus-gitlab-reconfigure
|
|
|
|
[restart GitLab]: ../administration/restart_gitlab.md#installations-from-source
|