Nginx – Kong blocks all IPs when rate-limiting plugin is added
I have setup an API-Gateway with kong and below is my kong.yml file. _format_version: "2.1" _transform: true services: - name: auth-service url: http://xxxxxxxxxxx routes: - name: auth-routes paths: - /auth - name: audit-service url: http://xxxxxxxxxxx routes: - name: audit-routes paths:…