Allow configure CORS on API Deployed Settings
Saul
Registered Posts: 23 ✭✭✭✭
When an API is deployed with Dataiku, CORS security layer does not allow to consume the service, since it is hosted in a different server, then web browsers throws CORS error.
Please add a entry on Deployment Settings to allow us to disable CORS configure according our needs.
Settings references for Apiman:
https://www.apiman.io/apiman-docs/user-guide/latest/gateway/policies/cors-policy.html
Boolean to dissable CORS:
errorOnCorsFailure = false
Comments
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,112 Neuron
This is a DNS problem in your deployment. CORS should not be disabled. You can easily comply with CORS by using FQDNs. For instance:
dss-designer-node.company.com
dss-api-node.company.com