daviftorres commented on issue #11020: URL: https://github.com/apache/cloudstack/issues/11020#issuecomment-3253896434
As a workaround the access control of who can "copy" can be done on the edge (Reverse Proxy), not inside the SSVM. ``` location /copy { allow 100.100.100.100; # Satellite Zone A allow 200.200.200.200; # Satellite Zone B # add more as needed deny all; } ``` -- 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 For queries about this service, please contact Infrastructure at: us...@infra.apache.org