[ceph-users] Re: CORS Problems

2024-06-05 Thread mailing-lists
Hi, so there is a problem, alright! I do not have a separate nginx proxy in front of my rgw/ingress. As far as I understand, the "ingress" service is only keepalived and haproxy. I am not sure how to strip the OPTIONS method within those containers... I will probably just disable the redirec

[ceph-users] Re: CORS Problems

2024-06-05 Thread Reid Guyett
Hi, There is a bug with preflight on PUT requests: https://tracker.ceph.com/issues/64308. We have worked around it by stripping the query parameters of OPTIONS requests to the RGWs. Nginx proxy config: if ($request_method = OPTIONS) { rewrite ^\/(.+)$ /$1? break; } Regards, Reid On Wed, Jun

[ceph-users] Re: CORS Problems

2024-06-05 Thread mailing-lists
OK, sorry for spam, apparently this hasn't been working for a month... Forget this mail. Sorry! On 05.06.24 17:41, mailing-lists wrote: Dear Cephers, I am facing a Problem. I have updated our ceph cluster form 17.2.3 to 17.2.7 last week and i've just gotten complains about a website that is