Allow all CORS origins for the API live demo
This will allow developers to iterate on the web interface without needing to spin up an API server. Change-Id: I3838dbe3fea45e7139c4a50ab2e402038322acfc
This commit is contained in:
parent
47ecb4fa11
commit
648191bb47
@ -10,9 +10,12 @@
|
||||
ara_api_wsgi_server: gunicorn
|
||||
ara_api_allowed_hosts:
|
||||
- api.demo.recordsansible.org
|
||||
# TODO: Figure out if it's possible to set ara-web to use demo from localhost:3000
|
||||
ara_api_cors_origin_allow_all: true
|
||||
ara_api_cors_origin_whitelist:
|
||||
- web.demo.recordsansible.org
|
||||
- logs.openstack.org
|
||||
- https://web.demo.recordsansible.org
|
||||
- http://logs.openstack.org
|
||||
- http://localhost:3000
|
||||
# ara_web
|
||||
ara_web_fqdn: web.demo.recordsansible.org
|
||||
ara_web_api_endpoint: "https://api.demo.recordsansible.org"
|
||||
|
Loading…
Reference in New Issue
Block a user