Is there a way to get fleet to look at x-forwarded...
# fleet
j
Is there a way to get fleet to look at x-forwarded-for headers? I'm seeing our load balancer in the logs
l
Hi @James! Do you mean that your load balancer is setting
X-Forwarded-For
but Fleet is not using it? Maybe you can take a look at the load balancer request logs to check if the header is indeed being set correctly? Also, maybe look for logs in Fleet with the following words:
expected an IP address
(which would happen if Fleet failed to parse the contents of
X-Forwarded-For
.)