voxpupuli / puppet-jira

Atlassian JIRA Puppet Module
https://forge.puppet.com/puppet/jira
Apache License 2.0
62 stars 143 forks source link

Add handling for X-Forwarded-For in access logs #350

Closed diLLec closed 3 years ago

diLLec commented 3 years ago

Pull Request (PR) description

Adding handling for X-Forwarded-For in access logs

This Pull Request (PR) fixes the following issues

If a proxy operates before JIRA, the access logs will only contain the IPs of the proxy instead of the IP of the user. With X-Forwarded-For the proxy can forward the users IP to the JIRA application server so that it can be logged correctly

kenyon commented 3 years ago

Added README entry and data type.