Hi all, anyone seen this error before running `fle...
# kolide
j
Hi all, anyone seen this error before running
fleetctl
- we have been able to run
fleetctl login
fine, so unsure why the query would be failing:
Copy code
$ fleetctl query --timeout 25m --query 'select name,version from os_version' --labels 'All Hosts' --exit
upgrade live query result websocket: Forbidden
$
z
Looks like you have an LB or something that doesn’t support websockets.
j
it's not going through a LB - I setup /etc/hosts to point directly to one of the fleet servers
z
Are you able to query via the web UI?
j
yes - the issue got resolved with permissions
z
What permissions did you modify? I'd be curious if there is something in Fleet or the documentation we could improve for this.
j
we ran it as root user instead