nvazquez opened a new issue, #11375:
URL: https://github.com/apache/cloudstack/issues/11375

   ### problem
   
   Setup:
   - Use multiple CloudStack management servers using HAProxy in front of them
   - Adjust the global settings accordingly:
      - `proxy.header.verify` = true
      - `proxy.header.names` = 'X-Forwarded-For'
      - `proxy.cidr` = list of CIDRs
   
   The following observations have been made:
   - Requests logged to access.log do not use the client IP address but the 
proxy IP address.
   - Requests logged on the management-server.log file are only showing the 
client IP addresses for requests to `<MGMT>:8080/client/api` but not 
`<MGMT>:8080/client` (as the UI would do)
   
   Expected behavior:
   - Having client IP addresses on the logs would be useful (access.log, 
apilog.log, management-server.log files)
   
   ### versions
   
   The versions of ACS, hypervisors, storage, network etc..
   
   ### The steps to reproduce the bug
   
   1.
   2.
   3.
   ...
   
   
   ### What to do about it?
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to