Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
math280h authored Nov 11, 2022
1 parent 5a3bce5 commit 7ef515d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
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 |

0 comments on commit 7ef515d

Please sign in to comment.