-
Notifications
You must be signed in to change notification settings - Fork 881
feat: query workspaces by parameter value #10661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I like this idea, ideally you could also query this in the UI too using our search for workspaces. I always thought it would be cool if some parameter values could show up in the table too, but not exactly sure how that would work since all templates have different parametrs |
Nice! This would help a lot for #10656 as then Backstage can determine which workspaces use which repos :) |
We should support both |
I am thinking |
What about just |
@sreya ooo I like that too. |
Problem statement
Users should be able to query workspaces in a deployment by the set value of a
coder_parameter
. For example, if I wanted to list all workspaces in my organization that use a specific AWS region.Implementation details
This could be implemented as a new query option for the list workspaces API endpoint.
If we wanted to enable multiple parameter querying:
Impact Notes
Customer requested feature. This can already be done by querying the resources provisioned by workspaces in some cases, but it's messy. This would be valuable for checking deprecated images, keys, and other configuration.
The text was updated successfully, but these errors were encountered: