diff --git a/plugins/backstage-plugin-coder/README.md b/plugins/backstage-plugin-coder/README.md index 843efb87..5f53c5eb 100644 --- a/plugins/backstage-plugin-coder/README.md +++ b/plugins/backstage-plugin-coder/README.md @@ -2,8 +2,6 @@ Create and manage [Coder workspaces](https://coder.com/docs/v2/latest) from Backstage. - - ## Screenshots ![Coder authentication](./screenshots/coder-auth.png) @@ -15,7 +13,6 @@ Create and manage [Coder workspaces](https://coder.com/docs/v2/latest) from Back - Users link their Coder accounts with Backstage via tokens - Associate Coder workspaces with catalog items in Backstage - Workspace list component for viewing and managing workspaces - ## Setup @@ -104,27 +101,11 @@ the Dev Container. ; ``` - - - - ## Roadmap This plugin is in active development. The following features are planned: +- [ ] Example component using the Coder API to make authenticated requests on behalf of the user - [ ] Add support for only rendering component if `catalog-info.yaml` indicates the item is compatible with Coder - [ ] OAuth support (vs. token auth) for linking Coder accounts - [ ] "Open in Coder" button/card component for catalog items