diff --git a/devops/azure/chart/templates/deployment.yaml b/devops/azure/chart/templates/deployment.yaml index fd222fc7416ed3d788215251bb7797c2860c3fda..26671a2ecda26c663343451bd74476d19a4e7759 100644 --- a/devops/azure/chart/templates/deployment.yaml +++ b/devops/azure/chart/templates/deployment.yaml @@ -96,3 +96,5 @@ spec: value: https://haaggarw-eventgrid-viewer.azurewebsites.net/api/updates - name: SUBSCRIBER_SECRET value: "395f1b05e95171d7c0dde0b19fd6cf" + - name: ACCEPT_HTTP # TEMPORARY UNTIL HTTPS + value: "true" \ No newline at end of file diff --git a/devops/azure/chart/templates/osdu-istio-policy.yaml b/devops/azure/chart/templates/osdu-istio-policy.yaml index e58203807e9ab768b314fbf05298c25f579426a9..ab785dfb5e8000b7a775d559c78a3098abfb6584 100644 --- a/devops/azure/chart/templates/osdu-istio-policy.yaml +++ b/devops/azure/chart/templates/osdu-istio-policy.yaml @@ -29,4 +29,4 @@ spec: to: - operation: notPaths: ["/","*/swagger-resources","*/swagger", - "/api/{{ .Chart.Name }}/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health","/api/{{ .Chart.Name }}/v1/test/challenge/*"] \ No newline at end of file + "/api/register/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health","/api/register/v1/test/challenge/*"] \ No newline at end of file