-
Notifications
You must be signed in to change notification settings - Fork 603
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* framework for plugin * Write Redirect plugin overview * add some cross-links --------- Co-authored-by: Michael Heap <[email protected]>
- Loading branch information
1 parent
c6697e7
commit 0dd5afe
Showing
5 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Changelog | ||
|
||
### {{site.base_gateway}} 3.9.0.0 | ||
|
||
* Introduced the new **Redirect** plugin. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
strategy: gateway | ||
releases: | ||
minimum_version: '3.9.x' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.