https://github.com/math280h/terraform-kubernetes-traefik-middleware
A simple collection of easy to use middlewares for traefik implemented in terraform
https://github.com/math280h/terraform-kubernetes-traefik-middleware
kubernetes middleware terraform-module traefik traefik-middleware
Last synced: about 2 months ago
JSON representation
A simple collection of easy to use middlewares for traefik implemented in terraform
- Host: GitHub
- URL: https://github.com/math280h/terraform-kubernetes-traefik-middleware
- Owner: math280h
- License: mit
- Created: 2022-11-11T01:31:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T02:05:07.000Z (over 3 years ago)
- Last Synced: 2025-09-20T21:08:29.918Z (10 months ago)
- Topics: kubernetes, middleware, terraform-module, traefik, traefik-middleware
- Language: HCL
- Homepage: https://registry.terraform.io/modules/math280h/traefik-middleware/kubernetes/latest
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 |