Skip to content

GET license claims API #3280

Closed
Closed
@spikecurtis

Description

@spikecurtis

Problem

Administrators need to be able to confirm licenses are successfully installed and validate features and dates are as they expect.

Definition of Done

  1. GET api/v2/licenses/claims API returns claims JSON objects
  2. coder licenses list CLI command returns table and JSON output of this data

Acceptance criteria

  1. Obtain a valid license, and decode the JSON claims (base64 decode the middle section between the .)
  2. Add the license to the cluster
    coder license add <file>
  3. Validate that the JSON claims you get from
    coder licenses list -o json match the claims from step 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    apiArea: HTTP APIenterpriseEnterprise-license / premium functionality

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions