Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down