From 9f7ce1f86b870ce1a7d311b843461c3636c8d3b4 Mon Sep 17 00:00:00 2001 From: Ignacio Heredia Date: Wed, 27 Mar 2024 12:50:43 +0100 Subject: [PATCH] feat: add CORS for new endpoints --- etc/main.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/main.yaml b/etc/main.yaml index e9bb71ec..2f1ba531 100644 --- a/etc/main.yaml +++ b/etc/main.yaml @@ -6,9 +6,15 @@ auth: CORS_origins: # allows requests to the API from these domains - https://dashboard.dev.imagine-ai.eu + - https://dashboard1.dev.imagine-ai.eu - https://dashboard.cloud.imagine-ai.eu + - https://dashboard-stage.cloud.imagine-ai.eu + - https://dashboard.dev.ai4eosc.eu + - https://dashboard1.dev.ai4eosc.eu - https://dashboard.cloud.ai4eosc.eu + - https://dashboard-stage.cloud.ai4eosc.eu + - https://tutorials.cloud.ai4eosc.eu OP: # OIDC providers