Updated Bitbucket OmniAuth documentation
Merge request reports
Activity
Added 1 commit:
- f9856322 - Updated Bitbucket OmniAuth documentation for omnibus package
94 102 sudo -u git -H ssh-keygen 95 103 ``` 96 104 97 When asked `Enter file in which to save the key` specify the correct path, eg. `/home/git/.ssh/bitbucket_rsa`. 105 When asked `Enter file in which to save the key` specify the correct path, eg. `/var/opt/gitlab/.ssh/bitbucket_rsa` or `/home/git/.ssh/bitbucket_rsa`. 98 106 Make sure to use an **empty passphrase**. 99 107 100 108 1. Configure SSH client to use your new key: 101 109 102 110 Open the SSH configuration file of the git user. 111 112 For omnibus package: 113 114 ```sh 115 sudo editor /var/opt/gitlab/.ssh/config 98 106 Make sure to use an **empty passphrase**. 99 107 100 108 1. Configure SSH client to use your new key: 101 109 102 110 Open the SSH configuration file of the git user. 111 112 For omnibus package: 113 114 ```sh 115 sudo editor /var/opt/gitlab/.ssh/config 116 ``` 117 118 For installations from source: 103 119 104 120 ```sh 105 121 sudo editor /home/git/.ssh/config btw I followed the instructions to import, but the bitbucket button is greyed out :/I guess we are missing a step for omnibus packages, https://gitlab.com/gitlab-org/omnibus-gitlab/blob/1bf58842ca0d9f1d9c2162cff030d4c2a0619da7/files/gitlab-config-template/gitlab.rb.template#L94
mentioned in issue #2137 (closed)
Relevant issue in omnibus omnibus-gitlab#699 (closed)
Reassigned to @axil
Ping @axil ....Please look at this when you have some time :)
Note to check this article when updating the docs: http://stratus3d.com/blog/2015/09/06/migrating-from-bitbucket-to-local-gitlab-server/
mentioned in issue omnibus-gitlab#1052 (closed)
@axil Could you review/merge this one?
Milestone changed to 8.8
@rymai this need testing! I'll tackle it for 8.8 :)
@axil Thanks, much appreciated!
Milestone changed to %8.12
Picking up and closing in favor of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6106. @rdoursenaud thanks a lot for your initial cleanup!