Re: [ceph-users] Problems with CORS

2017-10-23 Thread Rudenko Aleksandr
Thank you David for your suggestion. We add our domain(Origin) to zonegroup’s endpoints and hostnames: { "id": "default", "name": "default", "api_name": "", "is_master": "true", "endpoints": [ "https://console.{our_domain}.ru";, ], "hostnames": [ "https

Re: [ceph-users] Problems with CORS

2017-10-22 Thread Robin H. Johnson
On Sun, Oct 22, 2017 at 01:31:03PM +, Rudenko Aleksandr wrote: > In past we rewrite http response header by Apache rules for our > web-interface and pass CORS check. But now it’s impossible to solve on > balancer level. You CAN modify the CORS responses at the load-balancer level. Find below t

Re: [ceph-users] Problems with CORS

2017-10-22 Thread David Turner
If you add the external domain to the zonegroup's hostnames and endpoints, then it will be able to respond to that domain. This is assuming that the error message is that the URL is not a valid bucket. We ran into this issue when we upgraded from 10.2.5 to 10.2.9. Any domain used to access RGW that

[ceph-users] Problems with CORS

2017-10-22 Thread Rudenko Aleksandr
Hi guys, We use Ceph as S3-compatible object store and we have our self-development web-interface for our customers on different domain. Now we use Hammer(FCGI + Apache as RGW frontend) but we have plans for upgrade Ceph from hammer to luminous. In luminous release FCGI frontend was dropped an