From be6951c1215608c57990d6c207c6c42f5bdb771f Mon Sep 17 00:00:00 2001 From: gow1998 <115560712+gow1998@users.noreply.github.com> Date: Thu, 14 Sep 2023 18:50:43 +0530 Subject: [PATCH] Update main.yml --- ansible/roles/kong-api/defaults/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/roles/kong-api/defaults/main.yml b/ansible/roles/kong-api/defaults/main.yml index 2fefb760f..c0551b01c 100644 --- a/ansible/roles/kong-api/defaults/main.yml +++ b/ansible/roles/kong-api/defaults/main.yml @@ -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 -- GitLab