FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
90 stars 12 forks source link

Add support for configuring trusted proxy #2624

Closed robotdan closed 3 months ago

robotdan commented 5 months ago

Add support for configuring trusted proxy

Description

Allow trusted proxies to be configured so that FusionAuth can properly know when trust the X-Forwarded-For header when upstream proxies exist between the client and FusionAuth.

Related

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

Release notes

Adds the ability to declare trusted upstream proxies, providing better security when using IP ACLs and better source IP address resolution in login records and webhook calls.

robotdan commented 5 months ago

Internal