Unverified Commit be6951c1 authored by gow1998's avatar gow1998 Committed by GitHub
Browse files

Update main.yml

Showing with 2 additions and 1 deletion
+2 -1
......@@ -162,6 +162,7 @@ notification_service_url: "http://notification-service:9000"
registry_service_url: "http://registry-service:8081"
hasuranodecomponent_service_url: "http://{{hasuranodecomponent_service_ip}}:3001"
usermanagement_service_url: "http://{{usermanagement_service_ip}}:5298"
rcusermanagement_service_url: "http://{{rcusermanagement_service_ip}}:8001"
notifications_url: "http://{{notifications_ip}}"
exam_url: "http://{{exam_ip}}"
usermanagements_service_url: "http://user-manangement-service:5298"
......@@ -14664,7 +14665,7 @@ kong_apis:
- name: privateUserattribute
uris: "{{ usermanagement_prefix }}/attribute/"
upstream_url: "{{ usermanagement_service_url }}/api/v1/user/attribute/"
upstream_url: "{{ rcusermanagement_service_url }}/api/v1/user/attribute/"
strip_uri: true
plugins:
- name: jwt
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment