-
Notifications
You must be signed in to change notification settings - Fork 450
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
fleetctl preview: if license key invalid, hangs with no feedback #22884
Comments
Lemme help fill out some deets ProblemA user might not successfully copy the entire license key when running Potential solutions
|
|
Hey team! Please add your planning poker estimate with Zenhub @iansltx @lucasmrod @mostlikelee |
) For #22884 # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
@rachaelshaw I tested this with the fix in place, can you confirm the following is correct? Specifically the last test that said it should work actually does not and it gives me an error. New functionality:
Regression testing (see licenses embedded in serve.go ~L1331):
|
@jmwatts So, I was the one who added that test plan and I thought that the license key with no argument following it worked in v4.61.0, so i included it in the regression test. I was incorrect here; 4.61.0 hands back the same error when you don't provide an arg after the I think what I meant to type there was |
@iansltx thanks for the clarification! |
Invalid key hangs tight, |
Fleet version: fleetctl 4.53.1
π₯ Β Actual behavior
π§βπ» Β Steps to reproduce
fleetctl preview --license-key bogus
π―οΈ More info (optional)
N/A
π οΈ To fix
Figma
π¦ Test Plan
New functionality:
--license-key
set to various bogus valuesRegresssion testing (see licenses embedded in serve.go ~L1331):
--license-key
provided but nothing after itThe text was updated successfully, but these errors were encountered: