jfrog / artifactory-scripts

Scripts for Artifactory (Usually, for REST API), community driven.
Apache License 2.0
148 stars 166 forks source link

Removing X-Real-IP as this appears to obfuscate downstream client IPs #10

Closed jmdarr closed 5 years ago

jmdarr commented 8 years ago

As stated in the commit comment, I was unable to see the client IPs hitting artifactory while using this configuration. Removing the 'option forwardfor X-Real-IP' forces the header to be the default header rather than 'X-Real-IP'. This allowed me to see client IPs in the artifactory logs.