814dd6f854
feat(coderd): update API to allow filtering provisioner daemons by tags ( #15448 )
...
This PR provides new parameters to an endpoint that will be necessary
for #15048
2024-11-15 11:33:22 +02:00
b54950cc6e
fix: order provisioner keys by creation date ( #15125 )
...
Closes https://github.com/coder/internal/issues/110
The flake reported in the issue has already been fixed by
https://github.com/coder/coder/pull/14875 , but this further covers that
we return a list the same order every time.
2024-10-17 13:57:52 -04:00
533d655ac0
feat: show user-auth provisioners ( #14883 )
...
Closes https://github.com/coder/coder/issues/14867
What this changes:
- Displays `user-auth` grouped provisioners
- Added tags to provisioners in cases where it matters
<img width="1378" alt="image"
src="https://github.com/user-attachments/assets/ecc8da0a-24b4-469d-99e7-aa1f183046b7 ">
---------
Co-authored-by: Ben Potter <ben@coder.com >
Co-authored-by: McKayla Washburn <mckayla@hey.com >
2024-10-01 13:12:30 -04:00
5cc5bbea04
fix: improve provisioner key cli usability ( #14834 )
...
What this changes:
- Unhides the `--key` flag on provisioner start
- Deprecates and hides `provisionerd` command group in favor of
`provisioner(s)`
- Removes org id from `coder provisioner keys list`
2024-09-27 10:34:41 -05:00
335eb05223
feat: add keys to organization provision daemons ( #14627 )
2024-09-16 20:02:08 +00:00
6161d173d3
feat: add tags to provisioner keys api ( #13989 )
2024-07-25 15:20:45 +00:00
b697c6939a
chore: add provisioner key crud apis ( #13857 )
2024-07-16 13:27:12 -04:00