swift/docker
Tim Burke 27a734c78a s3api: Allow CORS preflight requests
Unfortunately, we can't identify the user, so we can't map to an
account, so we can't respect whatever CORS metadata might be set on the
container.

As a result, the allowed origins must be configured cluster-wide. Add a
new config option, cors_preflight_allow_origin, for that; default it
to blank (ie, deny preflights from all origins, preserving existing
behavior), but allow either a comma-separated list of origins or
* (to allow all origins).

Change-Id: I985143bf03125a05792e79bc5e5f83722d6431b3
Co-Authored-By: Matthew Oliver <matt@oliver.net.au>
2021-03-15 13:52:05 -07:00
..
install_scripts Add Dockerfile to build a py3 swift docker image 2019-08-19 22:31:41 +02:00
rootfs/etc s3api: Allow CORS preflight requests 2021-03-15 13:52:05 -07:00
dockerhub_description.md Dockerhub description of saio image 2020-01-30 20:17:07 +00:00