-
Notifications
You must be signed in to change notification settings - Fork 869
Unexpected traffic to Fleet's root route #16182
Copy link
Copy link
Closed
Labels
#g-endpoint-opsEndpoint ops product groupEndpoint ops product group:releaseReady to write code. Scheduled in a release. See "Making changes" in handbook.Ready to write code. Scheduled in a release. See "Making changes" in handbook.bugSomething isn't working as documentedSomething isn't working as documentedcustomer-domon~released bugThis bug was found in a stable release.This bug was found in a stable release.
Milestone
Metadata
Metadata
Assignees
Labels
#g-endpoint-opsEndpoint ops product groupEndpoint ops product group:releaseReady to write code. Scheduled in a release. See "Making changes" in handbook.Ready to write code. Scheduled in a release. See "Making changes" in handbook.bugSomething isn't working as documentedSomething isn't working as documentedcustomer-domon~released bugThis bug was found in a stable release.This bug was found in a stable release.
Fleet version: v4.40.0
💥 Actual behavior
Customer is seeing POST requests from the osquery client to the Fleet root route (
org.fleet.com:443/) rather than any of the osquery API endpoints.This may be a configuration issue, but we cannot identify the hosts that are sending these requests. The Public IP only narrows things down to a specific group of hosts and there is no error in Fleet. This endpoint currently responds with the frontend, regardless of the request method used.
🧑💻 Steps to reproduce
Investigating
🕯️ More info (optional)
As a troubleshooting step, it would be helpful to create a custom version of Fleet v4.40.0 that logs the request body when a POST request is made to the root route. This would surface additional information about the type of request being sent, as well as information that should allow us to identify the affected hosts.