Skip to content

Releases: mybuilder/kongfig

v1.5.3: Fix support for older node versions

02 Mar 17:31
Compare
Choose a tag to compare

v1.5.0: Certificates and kong 0.12 support

28 Feb 20:30
Compare
Choose a tag to compare

#102 Adding support for certificates and SNIs
#114 Fix not swapping global plugin anonymous consumer id to username
#115 Add censoring log data

1.3.0

13 Apr 17:51
Compare
Choose a tag to compare

Adds support for kong >=0.10 #63, #64. Thanks to @c-knowles and @rogoman

Migrating from Kong <=0.9 to >=0.10

kongfig translates pre >=0.10 kong config files automatically when applying them.

So you can export your config from <=0.9 kong instance by running:

kongfig dump --host kong_9:8001 > config.v9.yml

Then apply it to kong 0.10 instance

kongfig apply --path config.v9.yml --host kong_10:8001

apis endpoint changed between <=0.9 and >=0.10:

  • request_host: string to hosts: [string]
  • request_path: string to uris: [string]
  • strip_request_path: bool -> strip_uri: bool
  • Adds methods, retries, upstream_connect_timeout, upstream_read_timeout, upstream_send_timeout, https_only, http_if_terminated

1.2.12

28 Oct 15:01
Compare
Choose a tag to compare

Thanks to @rogoman kongfig now supports global plugins

1.2.10

26 Aug 15:25
Compare
Choose a tag to compare

Thanks to @vl4d #45 for fixing bugs and adding pagination supports to Kong API calls.

1.2.9

20 Jul 23:22
Compare
Choose a tag to compare

Thanks to @gudubeth #41 kongfig now supports custom Kong plugins :)

1.2.8

12 Jul 14:44
Compare
Choose a tag to compare

Added support for custom headers to allow kongfig access to restricted kong admin. #39

Checkout https://docs.gelato.io/guides/advanced-kong-integration for more.

Thanks to @Dibble and @nicklanng

1.2.5

18 Jan 23:43
Compare
Choose a tag to compare

Fixes multiple ACL definitions on a consumer #26

1.2.4

13 Jan 17:14
Compare
Choose a tag to compare

Adds ACL support #24

1.2.3

04 Jan 16:21
Compare
Choose a tag to compare

Add option for https protocol when connecting to kong admin