Currently we take the IP address from source directly
It would be nice if we can put it behind NGINX, and get the IP via header such as X-Forwarded-For.
This should be a configurable property, since in cases where we do not have a reverse-proxy we don't want to "trust" this header as a source of truth for the IP.
Currently we take the IP address from source directly
It would be nice if we can put it behind NGINX, and get the IP via header such as
X-Forwarded-For
.This should be a configurable property, since in cases where we do not have a reverse-proxy we don't want to "trust" this header as a source of truth for the IP.