diff --git a/admin/git.md b/admin/git.md index db18629a..22349b36 100644 --- a/admin/git.md +++ b/admin/git.md @@ -103,7 +103,9 @@ Click _Continue_. - Enter a unique name for the link, e.g. "Coder" - Set **Redirect URL** to `[your-coder-domain]/oauth/callback` (e.g. `https://coder.domain.com/oauth/callback`) -- In **Application permissions**, under **Account**, enable _Write_ permission +- In **Application permissions**, enable the following: + - **Account: Write** (required to add SSH keys) + - **Repositories: Admin** (required to clone repositories and create webhooks) Click _Save_ and enter the generated **Client ID** and **Client Secret**. diff --git a/changelog/1.43.0.md b/changelog/1.43.0.md index f124e213..fa0ae466 100644 --- a/changelog/1.43.0.md +++ b/changelog/1.43.0.md @@ -21,6 +21,11 @@ There are no breaking changes in 1.43.0. in a 500. - infra: Improved SSH PTY handling. - infra: Added cgroup-v2 support for setting CPU quota and period in envbox. +- infra: Fixed an issue with the Bitbucket Server (v7.20+) integration where + Coder would fail to fetch a workspace template with a 401 error. + > Note: users will need to re-link their Bitbucket Server account to Coder for + > this fix to take effect. If you do not use workspace templates, you can + > ignore this message. ### Security updates 🔐