Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion admin/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down
5 changes: 5 additions & 0 deletions changelog/1.43.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🔐

Expand Down