Closed
Description
Problem
Administrators need to be able to confirm licenses are successfully installed and validate features and dates are as they expect.
Definition of Done
- GET
api/v2/licenses/claims
API returns claims JSON objects coder licenses list
CLI command returns table and JSON output of this data
Acceptance criteria
- Obtain a valid license, and decode the JSON claims (base64 decode the middle section between the
.
) - Add the license to the cluster
coder license add <file>
- Validate that the JSON claims you get from
coder licenses list -o json
match the claims from step 1.