Skip to content

Commit

Permalink
Merge pull request #75 from Kong/PRD/kong
Browse files Browse the repository at this point in the history
❗PRD❗: Staged changes for Kong Gateway PRD deployment
  • Loading branch information
rspurgeon authored Jul 27, 2023
2 parents 6a68689 + 0023ddc commit 6a6f1ef
Showing 1 changed file with 44 additions and 4 deletions.
48 changes: 44 additions & 4 deletions PRD/kong/kong.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,47 @@
_format_version: "3.0"
_plugin_configs:
default-jwt:
config:
enabled: true
name: jwt
key_claim_name: iss
maximum_expiration: 86400
run_on_preflight: true
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 +64,7 @@ services:
strip_path: false
tags:
- flight-data
- platform-repo-managed
- id: 3210c3ed-9976-500d-ac03-07eaac972ad0
methods:
- GET
Expand All @@ -60,6 +78,7 @@ services:
strip_path: false
tags:
- flight-data
- platform-repo-managed
- id: 08020aa2-6106-59ec-903a-3459e7cbb629
methods:
- GET
Expand All @@ -73,8 +92,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 +117,7 @@ services:
strip_path: false
tags:
- flight-data
- platform-repo-managed
- id: 831bf89a-08be-5dbd-bcd2-aa2348d784d3
methods:
- GET
Expand All @@ -109,8 +131,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 +156,7 @@ services:
strip_path: false
tags:
- sales
- platform-repo-managed
- id: 4e2f555e-980c-5241-a640-9f0a67ab6693
methods:
- POST
Expand All @@ -145,13 +170,20 @@ 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
path: /
plugins: []
plugins:
- _config: default-jwt
enabled: true
name: jwt
tags:
- platform-repo-managed
port: 8083
protocol: http
routes:
Expand All @@ -168,8 +200,10 @@ services:
strip_path: false
tags:
- sales
- platform-repo-managed
tags:
- sales
- platform-repo-managed
- name: acme-dummy-service
routes:
- hosts:
Expand All @@ -179,6 +213,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 @@ -187,3 +225,5 @@ vaults:
description: KongAir AWS us-east-2 secrets
name: aws
prefix: aws-us-east-2
tags:
- platform-repo-managed

0 comments on commit 6a6f1ef

Please sign in to comment.