Skip to content

Commit

Permalink
Merge pull request #52 from Kong/create-pull-request/patch
Browse files Browse the repository at this point in the history
Stage Kong Gateway Configuration
  • Loading branch information
rspurgeon authored Jul 6, 2023
2 parents 8ef1435 + f4c2824 commit 8cadab5
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions platform/kong/.generated/kong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,18 @@ services:
regex_priority: 100
strip_path: false
tags: []
- id: 08020aa2-6106-59ec-903a-3459e7cbb629
methods:
- GET
name: flights-service_get-flight-details
paths:
- ~/flights/(?<flightnumber>[^#?/]+)/details$
plugins: []
protocols:
- https
regex_priority: 100
strip_path: false
tags: []
tags: []
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 5bbc0ad8-3b7c-5dfe-a676-b28f30523a6f
Expand All @@ -59,6 +71,18 @@ services:
regex_priority: 200
strip_path: false
tags: []
- id: 831bf89a-08be-5dbd-bcd2-aa2348d784d3
methods:
- GET
name: routes-service_get-route
paths:
- ~/routes/(?<id>[^#?/]+)$
plugins: []
protocols:
- https
regex_priority: 100
strip_path: false
tags: []
tags: []
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 22e1521b-9b91-5d2f-917b-4463066f1aed
Expand Down Expand Up @@ -106,11 +130,11 @@ services:
- GET
name: customer-information-service_get-cust-info
paths:
- ~/customer/(?<custid>[^#?/]+)$
- ~/customer$
plugins: []
protocols:
- https
regex_priority: 100
regex_priority: 200
strip_path: false
tags: []
tags: []
Expand Down

0 comments on commit 8cadab5

Please sign in to comment.