-
Notifications
You must be signed in to change notification settings - Fork 489
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
Handle Fleet Desktop /api/_version_/fleet/device/{token}...
API Premium Endpoints
#5806
Comments
@lucasmrod If we add the license object to the "license": {
"tier": "premium",
"organization": "fleet-loadtest",
"device_count": 999999,
"expiration": "2025-06-30T19:00:00-05:00",
"note": "Fleet internal use only"
}, |
@lucasmrod I'm suggesting we re-spec this ticket to be simply "add license object to |
Correct. Not a blocker for this release. But for next release we want to change the API we use for "polling for policies every X minutes" in the tray application. And such new Fleet API should fail if the deployment is not premium (and the tray app should handle such failure). Does that make sense? |
Got it. I'll leave this ticket out for now and spec a new one for the immediate fix. Question: If fleet desktop sees the user is on a free license, could we just not make the requests? Seems like it might be simpler to implement than error parsing. |
@lucasmrod I added the list of Fleet Desktop features that are only available for premiums installs to the issue description. |
Agree. First version could just do this.
|
When #5967 gets merged, we will have two device endpoints with premium data: a. I will modify |
What
Some Fleet Desktop features are only available for premiums installs:
Goal
This issue has two sides:
/api/_version_/fleet/device/{token}...
API endpoints.The text was updated successfully, but these errors were encountered: