Kongfig Versions Save

Declarative configuration for Kong

v1.5.3

6 years ago

Added back [email protected] support for kongfig

v1.5.0

6 years ago

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

v1.3.0

7 years ago

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

v1.2.12

7 years ago

Thanks to @rogoman kongfig now supports global plugins

v1.2.10

7 years ago

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

v1.2.9

7 years ago

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

v1.2.8

7 years ago

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

v1.2.5

8 years ago

Fixes multiple ACL definitions on a consumer #26

v1.2.4

8 years ago

Adds ACL support #24

v1.2.3

8 years ago

Add option for https protocol when connecting to kong admin