title |
---|
Changelog |
- Support both
Kong Deck
andKong Config
to export data #28 #30 #31 #32 #33 - Support conversion of
kong service
basic data toAPISIX service
data (including: ID, name, retry, protocol, timeout, path, port, host (default upstream)) #28 - Support conversion of
kong route
basic data toAPISIX route
data (including: ID, name, methods, hosts, paths(Path handling algorithms), regex_priority) #30 - Support conversion of
kong upstream
basic data toAPISIX upstream
data (including: ID, name, algorithm, upstream.target.target, upstream.target.weight) #33 - Support conversion of
kong consumer
basic data toAPISIX consumer
data (including: ID, username, custom_id, plugins.keyauth_credentials, plugins.basicauth_credentials, plugins.hmacauth_credentials, plugins.jwt_secrets) #32 - Support conversion of
kong plugin basic
data toAPISIX plugin
data (including: key-auth, rate-limiting, proxy-cache) #32 - Support conversion of
kong global_plugin
basic data toAPISIX global rule
data (including: key-auth, rate-limiting, proxy-cache) #31