Skip to content

Enhance Security for SysVMs Behind Reverse Proxy #11020

@daviftorres

Description

@daviftorres

The required feature described as a wish

I’d like to propose extending the Reverse Proxy support introduced in Management servers in (67e2061) to the SysVMs as well.

As shown in the screenshot below, Management servers can now recognize (and trust) Reverse Proxy servers:

Image

This brings both security, observability, and control, by preserving the real client IP address, which makes logs significantly more useful.

Today we leverage Reverse Proxies for: WAF, Rate limiting for abusive users, DoS/DDoS protection, and SSL/TLS termination. Each of these alone is a valid reason to support Reverse Proxies in SysVMs.

The current workaround: we had to modify the SysVM template manually:

  1. Update Apache vhost config:
RemoteIPHeader X-Forwarded-For
RemoteIPTrustedProxy 10.7.1.0/24
  1. Enable the module and restart Apache:
a2enmod remoteip
systemctl restart apache2

Feel free to ask questions and share your thoughts. I can provide details and perform tests as needed.

Keep up with the good work!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions