-
Notifications
You must be signed in to change notification settings - Fork 887
Implement Provisioner Keys view under Organizations #17698
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
To get this done, we would need to add an endpoint to return all the provisioner keys. If the number of records is just around 100 or less, we can do the filtering only using the UI. It would be the same for the daemons endpoint. |
@mafredri can you take a look at the current API? @BrunoQuaresma the number of provisioner keys should not be SO long. I suppose more than 100 will just be hard to manage anyways. |
@BrunoQuaresma I believe the endpoint you're asking for already exists: https://dev.coder.com/api/v2/organizations/coder/provisionerkeys ( |
Ahh ok, I was just looking for it in coderd.go. Thanks @mafredri ! |
For visibility @BrunoQuaresma @bartekgatzcoder - are we good with the currently available endpoints and their scope ? (enterprise only.) |
@defelmnq this is a premium feature, so all is good. |
Fixes #17698 **Demo:** https://github.com/user-attachments/assets/ba92693f-29b7-43ee-8d69-3d77214f3230 --------- Co-authored-by: BrunoQuaresma <bruno_nonato_quaresma@hotmail.com>
This task is for the implementation of ProductBoard item: https://coder.productboard.com/detail/MTpQbUVudGl0eTpiNDMyNzFkMS0yMzExLTQwN2EtYjRlMy01MjczNGU2MWVkNzc=
The goal of this sub-feature is to add the new page for listing Provisioner Keys.
The page should be linked to Provisioner Daemons:
The page does not need any other interactions besides allowing for listing all Keys and linking them. Empty sets should be marked accordingly.
The text was updated successfully, but these errors were encountered: