Skip to content

Commit

Permalink
Merge pull request #61 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 24, 2023
2 parents b518fa5 + 3e1b879 commit 25f6e9b
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions platform/kong/.generated/kong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ services:
- https
regex_priority: 200
strip_path: false
tags: []
tags:
- flight-data
- id: 3210c3ed-9976-500d-ac03-07eaac972ad0
methods:
- GET
Expand All @@ -37,7 +38,8 @@ services:
- https
regex_priority: 100
strip_path: false
tags: []
tags:
- flight-data
- id: 08020aa2-6106-59ec-903a-3459e7cbb629
methods:
- GET
Expand All @@ -49,8 +51,10 @@ services:
- https
regex_priority: 100
strip_path: false
tags: []
tags: []
tags:
- flight-data
tags:
- flight-data
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 5bbc0ad8-3b7c-5dfe-a676-b28f30523a6f
name: routes-service
Expand All @@ -70,7 +74,8 @@ services:
- https
regex_priority: 200
strip_path: false
tags: []
tags:
- flight-data
- id: 831bf89a-08be-5dbd-bcd2-aa2348d784d3
methods:
- GET
Expand All @@ -82,8 +87,10 @@ services:
- https
regex_priority: 100
strip_path: false
tags: []
tags: []
tags:
- flight-data
tags:
- flight-data
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 22e1521b-9b91-5d2f-917b-4463066f1aed
name: bookings-service
Expand All @@ -103,7 +110,8 @@ services:
- https
regex_priority: 200
strip_path: false
tags: []
tags:
- sales
- id: 4e2f555e-980c-5241-a640-9f0a67ab6693
methods:
- POST
Expand All @@ -115,8 +123,10 @@ services:
- https
regex_priority: 200
strip_path: false
tags: []
tags: []
tags:
- sales
tags:
- sales
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 690e812e-2873-566a-b02f-d03e0bf8ff69
name: customer-information-service
Expand All @@ -136,8 +146,10 @@ services:
- https
regex_priority: 200
strip_path: false
tags: []
tags: []
tags:
- sales
tags:
- sales
- name: acme-dummy-service
routes:
- hosts:
Expand Down

0 comments on commit 25f6e9b

Please sign in to comment.