Hi Folks, Is it possible to separate the agent con...
# fleet
c
Hi Folks, Is it possible to separate the agent connections from the API/UI connections? I’d like to allow an agent to connect from many places but only give access to the API/UI from a few.
j
You could have more than one fleet servers and configure the nodes to talk to one, and the API using things the other.
s
There was a topic on the FAQ page that mentioned this, but for some reason it was removed. Today in my deployment I do this by exposing only these paths to the internet:
Copy code
/api/v1/osquery/*
/api/osquery/*
/api/fleet/orbit/*
Everything else is only accessible internally
c
Thanks @Saulo Guilhermino, thats what I was hoping for!
d
@Saulo Guilhermino seems like the old FAQ has been moved... https://fleetdm.com/guides/what-api-endpoints-to-expose-to-the-public-internet
c
@Ali ☝️