diff --git a/app/_hub/kong-inc/redirect/_changelog.md b/app/_hub/kong-inc/redirect/_changelog.md new file mode 100644 index 000000000000..8b9513ffc482 --- /dev/null +++ b/app/_hub/kong-inc/redirect/_changelog.md @@ -0,0 +1,5 @@ +## Changelog + +### {{site.base_gateway}} 3.9.0.0 + +* Introduced the new **Redirect** plugin. \ No newline at end of file diff --git a/app/_hub/kong-inc/redirect/_metadata/_index.yml b/app/_hub/kong-inc/redirect/_metadata/_index.yml new file mode 100644 index 000000000000..2d95a3ef6e45 --- /dev/null +++ b/app/_hub/kong-inc/redirect/_metadata/_index.yml @@ -0,0 +1,12 @@ +name: Redirect +dbless_compatible: yes +free: true +enterprise: true +konnect: true +network_config_opts: All +notes: -- +categories: + - traffic-control +publisher: Kong Inc. +desc: Redirect incoming requests to a new URL +type: plugin \ No newline at end of file diff --git a/app/_hub/kong-inc/redirect/overview/_index.md b/app/_hub/kong-inc/redirect/overview/_index.md new file mode 100644 index 000000000000..cb43c79800d3 --- /dev/null +++ b/app/_hub/kong-inc/redirect/overview/_index.md @@ -0,0 +1,12 @@ +--- +nav_title: Overview +--- + +The Redirect plugin allows you to stop request execution and return a `Location` header to the caller to redirect them to a new URL. + +You can keep the incoming request URL while redirecting to a new host or port by setting `keep_incoming_path` to `true`. + +## Get started with the Redirect plugin + +* [Configuration reference](/hub/kong-inc/redirect/configuration/) +* [Basic configuration example](/hub/kong-inc/redirect/how-to/basic-example/) diff --git a/app/_hub/kong-inc/redirect/versions.yml b/app/_hub/kong-inc/redirect/versions.yml new file mode 100644 index 000000000000..1cf842c6755b --- /dev/null +++ b/app/_hub/kong-inc/redirect/versions.yml @@ -0,0 +1,3 @@ +strategy: gateway +releases: + minimum_version: '3.9.x' \ No newline at end of file diff --git a/app/assets/images/icons/hub/kong-inc_redirect.png b/app/assets/images/icons/hub/kong-inc_redirect.png new file mode 100644 index 000000000000..5a0345eec765 Binary files /dev/null and b/app/assets/images/icons/hub/kong-inc_redirect.png differ