From 408b30091fa5a41ba98eadeccd226d8c30592fda Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 15 Mar 2024 05:53:45 -0700 Subject: [PATCH 1/2] mention we're adding API support to the roadmap --- plugins/backstage-plugin-coder/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/backstage-plugin-coder/README.md b/plugins/backstage-plugin-coder/README.md index 843efb87..bf055d65 100644 --- a/plugins/backstage-plugin-coder/README.md +++ b/plugins/backstage-plugin-coder/README.md @@ -125,6 +125,7 @@ See to the [Coder REST API Reference](https://coder.com/docs/v2/latest/api) for 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 From 10eea7bd558788b6b12b17a121aa047d92b40f98 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 15 Mar 2024 05:58:23 -0700 Subject: [PATCH 2/2] remove TODOs --- plugins/backstage-plugin-coder/README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/plugins/backstage-plugin-coder/README.md b/plugins/backstage-plugin-coder/README.md index bf055d65..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,23 +101,6 @@ the Dev Container. ; ``` - - - - ## Roadmap This plugin is in active development. The following features are planned: