You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customers need to be able to add their license file to a Coder deployment
Definition of Done
POST api/v2/licenses endpoint
CLI command coder licenses add <file>
Acceptance Criteria
Obtain a valid and invalid license file (you can create an invalid one by changing some of the letters in the license file)
Add the license coder license add <file>
Access the database.
If you are using embedded postgres, you can get the connect string with: c server postgres-builtin-url
If you are running external postgres, connect to it directly
Validate that a row is created in the licenses table
Add the invalid license coder license add <file>
Verify this command fails and no row is added.
The text was updated successfully, but these errors were encountered:
Problem
Customers need to be able to add their license file to a Coder deployment
Definition of Done
api/v2/licenses
endpointcoder licenses add <file>
Acceptance Criteria
Obtain a valid and invalid license file (you can create an invalid one by changing some of the letters in the license file)
coder license add <file>
If you are using embedded postgres, you can get the connect string with:
c server postgres-builtin-url
If you are running external postgres, connect to it directly
coder license add <file>
The text was updated successfully, but these errors were encountered: