Replies: 23 comments 12 replies
-
The "no more god mode" (#2135) should be counted as a smaller must-have item. It should take a few hours at most unless I'm missing something about our implementation. |
Beta Was this translation helpful? Give feedback.
-
#2995 is worth consideration. It's probably amongst our top 3 feature requests in terms of feedback. |
Beta Was this translation helpful? Give feedback.
-
Note to carry over Resource Metadata and template.yaml from the July roadmap (#3042) that almost certainly will not be finished. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
@tjcran @kylecarbs I feel like I'm seeing a pattern of bugs related to orphaned resources in the cloud provider. It's pretty concerning because it can cause wasted cloud spend. Our architecture mostly trusts the provisioner (terraform) to clean up after itself, but there are clearly edge cases like cancellation of jobs, bugs in terraform providers, etc. I wonder whether we need to think about some sort of reconciliation process. |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
-
Just something to be aware of: Licensing and Audit Logging aren't totally separable. They each have independent tasks to start with, but when it's time to add audit logging to the app, it's also time to gate audit logging by license. Seen from the other side, we can't fully implement licensing without a conditional feature to implement it on. #1763 should be replaced by the first of the two tickets replacing it (the second is less urgent so it's up to you whether it makes it on the August roadmap) I'm not clear on the requirements for #802 / #2660. #802 was going to be a page you can navigate to whenever you want to change params. #2660 sounds like it's asking for the app to check for template changes when the user clicks Update, and if they exist, display a form to fill in those inputs. |
Beta Was this translation helpful? Give feedback.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
-
For enterprise, #3304 is a good simple initial feature and we've already had a prospect request it. |
Beta Was this translation helpful? Give feedback.
-
Here is another simple yet urgent issue since it will help us better understand this early usage and make a better roadmap in September. |
Beta Was this translation helpful? Give feedback.
-
Suggesting we add #2662 as well as a nice-to-have. Edit: or even a must-have. A lot of our docs will run off scripts to install code-server or projector, and health checks help avoid broken experiences for users before the IDE loads. |
Beta Was this translation helpful? Give feedback.
-
Adding a dotfiles repo at the account level is parity with v1. #3114 |
Beta Was this translation helpful? Give feedback.
-
Where does Tailscale (#2779) and affected issues (#3316) land in the August roadmap? @kylecarbs I was able to reproduce #3116 on remote (non-Docker) workspaces. |
Beta Was this translation helpful? Give feedback.
-
We've seen some confusion about the current |
Beta Was this translation helpful? Give feedback.
-
#2778 as a must have. The agent switching orders on the dashboard is pretty unprofessional |
Beta Was this translation helpful? Give feedback.
-
Aug 8 - Sept 2
🛂 Enterprise Licensing
This represents the work needed to allow for license generation and "hiding" enterprise features behind a locked license gate. This is for both frontend and backend-related work.
🔐 OIDC
This will likely be a generic OIDC implementation, similar to the v1 Coder product. However, some considerations need to be made for how we could make this extensible to support advanced auth use cases in the future, like SAML support.
🕐 Workspace Schedule Lifecycle
Details TBD, being fleshed out by @bpmct
🕵️♀️ Audit Logging
Audit Logging will be the first released "Enterprise" paid feature. This feature will allow for admins to track events and actions in Coder to maintain security, diagnose and troubleshoot, and better understand usage. This will include both UI, CLI, and exporting via
slog
capabilities.🧊 Helm Chart
For users who want to run their Coder dashboard and workspaces in Kubernetes, a Helm chart install should allow users to install and upgrade their Coder deployment. The first pass will allow for a simple deployment with just a Coder dashboard, but subsequent helm charts should include HA options and the ability to run containerized workspaces in the same K8s cluster.
🔌 External Provisioner Daemons
Connect (and authenticate) external environments for provisioning infrastructure outside of the server running Coder. For example,
coder server
can run seperately from the machine(s) that are responsible for provisioning workspaces. See our architecture for more info.🚛 Smaller but mighty
💯 Must have
coder_apps
#2662CODER_ACCESS_URL
shouldn't require protocol #2874/
#3378🎨 Nice to have
coder templates create
using the templatedocker-image-builds
and derivatives fails to build #2815Beta Was this translation helpful? Give feedback.
All reactions