From: subhash kumar singh Date: Tue, 16 Jul 2024 10:49:02 +0000 (+0000) Subject: Fix CORS to allow all X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=77fe30eba8f2b61ebb72c1b4503fc40eb0e17f62;p=aiml-fw%2Faimlfw-dep.git Fix CORS to allow all Fixed CORS to allow all. Change-Id: I9e6636de6f13474ff9a15d02d8bf499137889b4c Signed-off-by: subhash kumar singh --- diff --git a/helm/tm/templates/configmap.yaml b/helm/tm/templates/configmap.yaml index f6d4477..4efcde5 100644 --- a/helm/tm/templates/configmap.yaml +++ b/helm/tm/templates/configmap.yaml @@ -34,5 +34,5 @@ data: PS_IP: tm-db-postgresql.traininghost PS_PORT: "5432" PYTHONUNBUFFERED: "0" - ACCESS_CONTROL_ALLOW_ORIGIN: "http://localhost:32005" + ACCESS_CONTROL_ALLOW_ORIGIN: "*" PIPELINE: {{.Values.tm.pipelines | toJson | quote }}