Spike Curtis

Results 57 issues of Spike Curtis

## Problem The user does not have a simple way to disable the Schedule and there may be errors associated with the changes to the schedule. ## Definition of Done...

frontend

when using the `azurerm` terraform provider, the coder provisioner returns an `instance_id` like /subscriptions/05e8b285-4ce1-46a3-b4c9-f51ba67d6acc/resourceGroups/coder-spike-spikeaz-resources/providers/Microsoft.Compute/virtualMachines/coder-spike-spikeaz-vm However the Coder Agent, using the Azure metadata service, calls Coder Server with `vmId` like: 90c8eeb0-597a-4df8-8ab6-dc25521d0989...

bug
backend

# Problem ``` % coder update -h Update a workspace to the latest template version Usage: coder update [flags] ``` This usage is incorrect, as it needs a workspace name...

bug
cli

# Problem The frontend needs the [Entitlements API](https://www.notion.so/coderhq/Workspaces-v2-Paid-Features-Licensing-45c00200adc64c19b0ae51bee7d32413#842e91f29b124a8e94a87e38ebfd3c9f) to decide what features to render, even in the APGL case. # Acceptance Criteria 1. Make API call to `api/v2/features/entitlements` and get...

backend

# Problem Core, open source code should be insulated from checking feature flags. Instead, licensed features are implemented behind interfaces that are unconditionally called by core code. Features are enabled...

backend
enterprise

# Problem When customers exceed the terms of their license, we want them to know it. This includes users who only use the CLI. [RFC](https://www.notion.so/coderhq/Workspaces-v2-Paid-Features-Licensing-45c00200adc64c19b0ae51bee7d32413#f119ab23577f4c0c889d7171d8b8efea) # Acceptance Criteria 1. Obtain...

backend
enterprise

# Problem Enterprise coder server needs up to date license information to feed the Entitlements API and Feature Server. [RFC](https://www.notion.so/coderhq/Workspaces-v2-Paid-Features-Licensing-45c00200adc64c19b0ae51bee7d32413#8949701f00384126a470fd7e959f0c0c) # Definition of Done 1. On startup, read licenses, validate...

backend
enterprise

# Problem Administrators need to be able to delete licenses from their cluster. # Acceptance Criteria With a cluster that has a license uploaded 1. DELETE `api/v2/licenses/` 2. Verify the...

## What is your suggestion? HTTP endpoint to generate a new authentication token for a provisionerd instance The endpoint should register a new provisionerd with a unique ID and supported...

feature
backend

Something like `coder provisionerd register` or `coderd provisionerd create` Hits the HTTP endpoint to register and returns the token on the CLI.

feature
backend