Skip to content

Commit

Permalink
feat: added basic info configuration for supported Kong Gateway versions
Browse files Browse the repository at this point in the history
This increases the content in the basic_info.yml file that is used to
populate the basic_info message for the standard protocol. This allows
the support of more Kong Gateway control planes as there is no invalid
plugin.
  • Loading branch information
mikefero committed Jul 28, 2024
1 parent 90c2976 commit 9823811
Show file tree
Hide file tree
Showing 9 changed files with 5,088 additions and 141 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,18 @@ defaults:

# Node configuration for single or multiple control planes
nodes:
- instances: 6
- instances: 8
hostname: sequential
id: sequential
versions:
- 3.7.1
- 3.4.0
- 3.4.1
- 3.4.2
- 3.5.0
- 3.6.0
- 3.6.1
- 3.7.0
- 3.7.1
connection:
host: localhost
port: 8005
Expand Down Expand Up @@ -226,7 +232,7 @@ export KHEPER_DEFAULTS_RECONNECTION_INTERVAL=10s
export KHEPER_DEFAULTS_RECONNECTION_JITTER=5s

# Nodes
export KHEPER_NODES_INSTANCES=6
export KHEPER_NODES_INSTANCES=14
export KHEPER_NODES_HOSTNAME=sequential
export KHEPER_NODES_ID=sequential
export KHEPER_NODES_VERSIONS=3.7.1,3.7.0
Expand Down
10 changes: 8 additions & 2 deletions kheper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ defaults:

# Node configuration for single or multiple control planes
nodes:
- instances: 6
- instances: 8
hostname: sequential
id: sequential
versions:
- 3.7.1
- 3.4.0
- 3.4.1
- 3.4.2
- 3.5.0
- 3.6.0
- 3.6.1
- 3.7.0
- 3.7.1
connection:
host: localhost
port: 8005
Expand Down
Loading

0 comments on commit 9823811

Please sign in to comment.