Skip to content

Commit

Permalink
Merge pull request #72 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 27, 2023
2 parents 8cba4cb + 7226e23 commit c398503
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions platform/kong/.generated/kong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,41 @@ _plugin_configs:
secret_is_base64: false
consumer_groups:
- name: gold
tags:
- platform-repo-managed
- name: lifetime
tags:
- platform-repo-managed
- name: platinum
tags:
- platform-repo-managed
- name: silver
tags:
- platform-repo-managed
consumers:
- groups:
- name: platinum
tags:
- platform-repo-managed
username: dfreese
- groups:
- name: gold
tags:
- platform-repo-managed
username: jdoe
- groups:
- name: silver
tags:
- platform-repo-managed
username: jsmith
plugins:
- config:
account_email: '{vault://aws-us-east-2/KongAir/PRD/kong/acme/account_email}'
domains:
- api.kong-air.com
name: acme
tags:
- platform-repo-managed
services:
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 0cef4d36-9c39-5ac2-9d9f-190d8ea8a252
Expand All @@ -47,6 +63,7 @@ services:
strip_path: false
tags:
- flight-data
- platform-repo-managed
- id: 3210c3ed-9976-500d-ac03-07eaac972ad0
methods:
- GET
Expand All @@ -60,6 +77,7 @@ services:
strip_path: false
tags:
- flight-data
- platform-repo-managed
- id: 08020aa2-6106-59ec-903a-3459e7cbb629
methods:
- GET
Expand All @@ -73,8 +91,10 @@ services:
strip_path: false
tags:
- flight-data
- platform-repo-managed
tags:
- flight-data
- platform-repo-managed
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 5bbc0ad8-3b7c-5dfe-a676-b28f30523a6f
name: routes-service
Expand All @@ -96,6 +116,7 @@ services:
strip_path: false
tags:
- flight-data
- platform-repo-managed
- id: 831bf89a-08be-5dbd-bcd2-aa2348d784d3
methods:
- GET
Expand All @@ -109,8 +130,10 @@ services:
strip_path: false
tags:
- flight-data
- platform-repo-managed
tags:
- flight-data
- platform-repo-managed
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 22e1521b-9b91-5d2f-917b-4463066f1aed
name: bookings-service
Expand All @@ -132,6 +155,7 @@ services:
strip_path: false
tags:
- sales
- platform-repo-managed
- id: 4e2f555e-980c-5241-a640-9f0a67ab6693
methods:
- POST
Expand All @@ -145,8 +169,10 @@ services:
strip_path: false
tags:
- sales
- platform-repo-managed
tags:
- sales
- platform-repo-managed
- host: ip-10-0-43-1.us-east-2.compute.internal
id: 690e812e-2873-566a-b02f-d03e0bf8ff69
name: customer-information-service
Expand All @@ -155,6 +181,8 @@ services:
- _config: default-jwt
enabled: true
name: jwt
tags:
- platform-repo-managed
port: 8083
protocol: http
routes:
Expand All @@ -171,8 +199,10 @@ services:
strip_path: false
tags:
- sales
- platform-repo-managed
tags:
- sales
- platform-repo-managed
- name: acme-dummy-service
routes:
- hosts:
Expand All @@ -182,6 +212,10 @@ services:
- /.well-known/acme-challenge
protocols:
- http
tags:
- platform-repo-managed
tags:
- platform-repo-managed
url: http://127.0.0.1:65535
upstreams: []
vaults:
Expand All @@ -190,3 +224,5 @@ vaults:
description: KongAir AWS us-east-2 secrets
name: aws
prefix: aws-us-east-2
tags:
- platform-repo-managed

0 comments on commit c398503

Please sign in to comment.