File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,9 @@ Click _Continue_.
103
103
- Enter a unique name for the link, e.g. "Coder"
104
104
- Set ** Redirect URL** to ` [your-coder-domain]/oauth/callback ` (e.g.
105
105
` https://coder.domain.com/oauth/callback ` )
106
- - In ** Application permissions** , under ** Account** , enable _ Write_ permission
106
+ - In ** Application permissions** , enable the following:
107
+ - ** Account: Write** (required to add SSH keys)
108
+ - ** Repositories: Admin** (required to clone repositories and create webhooks)
107
109
108
110
Click _ Save_ and enter the generated ** Client ID** and ** Client Secret** .
109
111
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ There are no breaking changes in 1.43.0.
21
21
in a 500.
22
22
- infra: Improved SSH PTY handling.
23
23
- infra: Added cgroup-v2 support for setting CPU quota and period in envbox.
24
+ - infra: Fixed an issue with the Bitbucket Server (v7.20+) integration where
25
+ Coder would fail to fetch a workspace template with a 401 error.
26
+ > Note: users will need to re-link their Bitbucket Server account to Coder for
27
+ > this fix to take effect. If you do not use workspace templates, you can
28
+ > ignore this message.
24
29
25
30
### Security updates 🔐
26
31
You can’t perform that action at this time.
0 commit comments