-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 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 |
---|---|---|
@@ -1,3 +1,15 @@ | ||
# terraform-kubernetes-traefik-middleware | ||
|
||
A simple collection of easy to use middlewares for traefik implemented in terraform. | ||
|
||
## Middlewares | ||
When using this module, the following middlewares will be created - Keep in mind you must still apply them to the routes you want them on. | ||
|
||
| Name | Description | | ||
|---|---| | ||
| default-headers | Applies headers to all requests | | ||
| forward-authentication | Allows you to forward a request for authentication before proxying | | ||
| ip-whitelist | Simple IP Whitelist | | ||
| rate-limit | Simple Rate Limit on HTTP Requests | | ||
| redirect-regex | Allows you to redirect requests based on regex pattern | | ||
| redirect-https | Automatically redirects requests to https | |