This repository was archived by the owner on Aug 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,9 @@ Click _Continue_.
103103- Enter a unique name for the link, e.g. "Coder"
104104- Set ** Redirect URL** to ` [your-coder-domain]/oauth/callback ` (e.g.
105105 ` 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)
107109
108110Click _ Save_ and enter the generated ** Client ID** and ** Client Secret** .
109111
Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ There are no breaking changes in 1.43.0.
2121 in a 500.
2222- infra: Improved SSH PTY handling.
2323- 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.
2429
2530### Security updates 🔐
2631
You can’t perform that action at this time.
0 commit comments