Fix CORS to allow all 79/13179/1
authorsubhash kumar singh <subh.singh@samsung.com>
Tue, 16 Jul 2024 10:49:02 +0000 (10:49 +0000)
committersubhash kumar singh <subh.singh@samsung.com>
Tue, 16 Jul 2024 10:49:02 +0000 (10:49 +0000)
Fixed CORS to allow all.

Change-Id: I9e6636de6f13474ff9a15d02d8bf499137889b4c
Signed-off-by: subhash kumar singh <subh.singh@samsung.com>
helm/tm/templates/configmap.yaml

index f6d4477..4efcde5 100644 (file)
@@ -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 }}