Skip to content

Commit

Permalink
Merge pull request sunbird-cb#270 from KB-iGOT/dev-4.8.20
Browse files Browse the repository at this point in the history
Dev 4.8.20
  • Loading branch information
Haritest authored Dec 6, 2024
2 parents c31f598 + a981447 commit d82cbf5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions ansible/roles/kong-api/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18727,3 +18727,17 @@ kong_apis:
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"

- name: isRegistrationQRActiveAPIForCSR
uris: "/customselfregistration/isregistrationqractive"
upstream_url: "{{ sb_cb_ext_service_url }}/isRegistrationQRActive"
strip_uri: true
plugins:
- name: cors
- "{{ statsd_pulgin }}"
- name: rate-limiting
config.policy: local
config.hour: "{{ medium_rate_limit_per_hour }}"
config.limit_by: credential
- name: request-size-limiting
config.allowed_payload_size: "{{ medium_request_size_limit }}"
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ kafka.topic.bp.report={{env}}.bp.report.generation
kafka.topic.bp.report.group=bpReportGenerationGroup
bp.report.default.field.map={"firstName":"Name","departmentName":"Organisation","group":"Group","designation":"Designation","employeeCode":"Employee ID","primaryEmail":"Email","mobile":"Mobile Number","gender":"Gender","dob":"Date of Birth","domicileMedium":"Mother Tongue","category":"Category","pinCode":"Office Pin Code","externalSystemId":"eHRMS ID / External System ID","dor":"Date of Retirement","cadreDetails":"Are you a Cadre Employee","civilServiceType":"Type of Service","civilServiceName":"Service","cadreName":"Cadre","cadreBatch":"Cadre Batch","cadreControllingAuthorityName":"Cadre Controlling Authority Name"}

url.custom.self.registration=https://{{domain_name}}/
url.custom.self.registration=https://{{domain_name}}
qr.custom.self.registration.upload.container.name={{sb_cb_ext_container}}
qr.custom.self.registration.upload.folder.name=customselfregistration-qrcodes
qr.custom.self.registration.upload.path=https://{{domain_name}}/content-store/customselfregistration-qrcodes
Expand Down

0 comments on commit d82cbf5

Please sign in to comment.