Added Rics & EI Producer url 85/5585/1
authorLathish <lathishbabu.ganesan@est.tech>
Wed, 3 Feb 2021 13:34:37 +0000 (13:34 +0000)
committerLathish <lathishbabu.ganesan@est.tech>
Wed, 3 Feb 2021 13:40:46 +0000 (13:40 +0000)
Issue-ID: NONRTRIC-426
Change-Id: I04211fa2d84240d7d0e5b9934df98bee10ed85a4
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
docker-compose/nonrtric-gateway/config/application-nonrtricgateway.yaml

index ac39f6b..e7f946f 100644 (file)
@@ -34,6 +34,14 @@ spring:
         uri: https://policy-agent:8433
         predicates:
         - Path=/a1-policy/v2/policies/**
+      - id: rics
+        uri: https://policy-agent:8433
+        predicates:
+        - Path=/a1-policy/v2/rics/**
+      - id: ei-producer
+        uri: https://ecs:8434
+        predicates:
+        - Path=/ei-producer/v1/eiproducers/**
 management:
   endpoint:
     gateway:
@@ -49,4 +57,4 @@ logging:
     org.springframework.cloud.gateway: INFO
     reactor.netty: INFO
   file:
-    name: /var/log/nonrtric-gateway/application.log
\ No newline at end of file
+    name: /var/log/nonrtric-gateway/application.log