mirror of
https://github.com/fleetdm/fleet
synced 2026-05-16 21:48:48 +00:00
#17197 The following endpoints have the issue: ``` curl -v -k -X POST -H "Authorization: Bearer $TEST_TOKEN" https://localhost:8080/api/latest/fleet/queries/758/run -d '{"host_ids": [15858]}' # Hit Ctrl + C before the API returns. curl -v -k -X GET -H "Authorization: Bearer $TEST_TOKEN" https://localhost:8080/api/latest/fleet/queries/run -d '{"query_ids": [758], "host_ids": [15858]}' # Hit Ctrl + C before the API returns. curl -k -X POST -H "Authorization: Bearer $TEST_TOKEN" https://localhost:8080/api/latest/fleet/hosts/15858/query -d '{"query": "SELECT * FROM osquery_info;"}' # Hit Ctrl + C before the API returns. curl -k -X POST -H "Authorization: Bearer $TEST_TOKEN" https://localhost:8080/api/latest/fleet/hosts/identifier/2A249326-34B7-4B1D-BEB5-9B3A23BC30E6/query -d '{"query": "SELECT * FROM os_version;"}' # Hit Ctrl + C before the API returns. redis-cli -h 127.0.0.1 127.0.0.1:6379> SMEMBERS livequery:active # Will list the four live queries for 7 days... and Fleet will be in live query mode for such 7 days... ``` - [X] Changes file added for user-visible changes in `changes/` or `orbit/changes/`. See [Changes files](https://fleetdm.com/docs/contributing/committing-changes#changes-files) for more information. - [ ] Added/updated tests - [x] Manual QA for all new/changed functionality |
||
|---|---|---|
| .. | ||
| .keep | ||
| 15332-scep-renew | ||
| 15923-page-descriptions-part-2 | ||
| 15968-rename-team | ||
| 16025-empty-policy-state | ||
| 16029-account-page | ||
| 16394-fleetd-chrome-runtime-error-fix | ||
| 16480-fix-capturing-errors-in-sentry | ||
| 16506-page-descriptions | ||
| 16636-fix-appconfig-validation-for-disk-encryption | ||
| 16648-windows-mdm-cmd-type | ||
| 16701-move-show-query-button | ||
| 16820-loading-state-auto-enroll-ui | ||
| 16838-mdm-rollup-by-name | ||
| 16853-show-all-mdm-errs | ||
| 16998-covered-done-button | ||
| 17027-unicode-emojis | ||
| 17029-update-policy-count | ||
| 17048-updating-policy-name | ||
| 17124-mdm-sso-fix | ||
| 17197-cleanup-campaign-when-ctx-canceled | ||
| issue-16794-update-go-to-1.21.7 | ||
| issue-16854-fix-software-version-and-os-loading | ||