IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Revert to deprecated CORS header handling
editRevert to deprecated CORS header handling
edit- On a host that holds the director role:
docker run \ -v "$HOME/.found-shell:/elastic_cloud_apps/shell/.found-shell" \ --env SHELL_ZK_AUTH=$(docker exec -it frc-directors-director bash -c 'echo -n $FOUND_ZK_READWRITE') \ $(docker inspect -f '{{ range .HostConfig.ExtraHosts }} --add-host {{.}} {{ end }}' frc-directors-director) \ --env FOUND_SCRIPT=use-legacy-proxy-cors.sc \ --rm -it \ $(docker inspect -f '{{ .Config.Image }}' frc-directors-director) \ /elastic_cloud_apps/shell/run-shell.sh
- On all of the proxy hosts:
docker rm -f frc-proxies-proxyv2
To avoid downtime, you might want to recreate the proxy hosts one-by-one, and wait until they come back and are ready to serve requests.