From 7f5d73ac14acf8d195746225e7ffa2f50af63188 Mon Sep 17 00:00:00 2001 From: Ruksana Semeir <111083125+ruksana2808@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:52:26 +0530 Subject: [PATCH] Updated AccessSetings Typo --- ansible/roles/kong-api/defaults/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/roles/kong-api/defaults/main.yml b/ansible/roles/kong-api/defaults/main.yml index 3fb12b2423..8339fca959 100644 --- a/ansible/roles/kong-api/defaults/main.yml +++ b/ansible/roles/kong-api/defaults/main.yml @@ -159,7 +159,7 @@ extended_profile_prefix: /extendedprofile cb_notification_data_prefix: /v1/notifications cb_notification_setting_data_prefix: /notificationSetting cb_notification_wrapper_data_prefix: /notifications -cb_ext_course_prefix: /accessSetttings +cb_ext_course_prefix: /accessSettings customfield_prefix : /customFields supportAi_prefix : /support/ai cb_ext_content_prefix: /content/v2 @@ -21731,7 +21731,7 @@ kong_apis: - name: accessRuleUpsert uris: "{{ cb_ext_course_prefix }}/v1/upsert" - upstream_url: "{{ cb_ext_course_service_url }}/accessSetttings/v1/upsert" + upstream_url: "{{ cb_ext_course_service_url }}/accessSettings/v1/upsert" strip_uri: true plugins: - name: jwt @@ -21749,7 +21749,7 @@ kong_apis: - name: AccessRuleRead uris: "{{ cb_ext_course_prefix }}/read" - upstream_url: "{{ cb_ext_course_service_url }}/accessSetttings/read" + upstream_url: "{{ cb_ext_course_service_url }}/accessSettings/read" strip_uri: true plugins: - name: jwt @@ -21785,7 +21785,7 @@ kong_apis: - name: deleteAccessRule uris: "{{ cb_ext_course_prefix }}/v1/delete" - upstream_url: "{{ cb_ext_course_service_url }}/accessSetttings/v1/delete" + upstream_url: "{{ cb_ext_course_service_url }}/accessSettings/v1/delete" strip_uri: true plugins: - name: jwt