From 546940bc6640efc38bbfbd88772a0c22244f59fe Mon Sep 17 00:00:00 2001
From: Shishir Suman <74050813+shishirsuman092@users.noreply.github.com>
Date: Thu, 8 Feb 2024 13:36:40 +0530
Subject: [PATCH] fix indantation

---
 ansible/roles/kong-api/defaults/main.yml | 38 ++++++++++++------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/ansible/roles/kong-api/defaults/main.yml b/ansible/roles/kong-api/defaults/main.yml
index 0e3c09240..a00c0f532 100644
--- a/ansible/roles/kong-api/defaults/main.yml
+++ b/ansible/roles/kong-api/defaults/main.yml
@@ -15727,25 +15727,25 @@ kong_apis:
       config.enabled: false
       
 - name: commentHubCreationServiceGetAll
- uris: "{{ comment_hub_prefix }}/api/v1/comment/getAll"
- upstream_url: "{{ commenthub_service_url }}/api/v1/comment/getAll"
- strip_uri: true
- plugins:
-   - name: jwt
-   - name: cors
-   - "{{ statsd_pulgin }}"
-   - name: acl
-     config.whitelist:
-     - anonymousAppAccess
-   - 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: "{{ small_request_size_limit }}"
-   - name: opa-checks
-     config.required: false
-     config.enabled: false
+  uris: "{{ comment_hub_prefix }}/api/v1/comment/getAll"
+  upstream_url: "{{ commenthub_service_url }}/api/v1/comment/getAll"
+  strip_uri: true
+  plugins:
+    - name: jwt
+    - name: cors
+    - "{{ statsd_pulgin }}"
+    - name: acl
+      config.whitelist:
+      - anonymousAppAccess
+    - 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: "{{ small_request_size_limit }}"
+    - name: opa-checks
+      config.required: false
+      config.enabled: false
 
 - name: commentHubCreationServiceMultipleWorkFlows
   uris: "{{ comment_hub_prefix }}/api/v1/comment/multipleWorkflows"
-- 
GitLab