Fix logging, add additional settings for to the middleware.

This commit is contained in:
2024-07-25 18:00:41 +01:00
parent 622b11f586
commit 4b99a4c5fa
7 changed files with 170 additions and 136 deletions
+4 -4
View File
@@ -1,9 +1,7 @@
## Traefik OIDC middleware
WIP warning!
This middleware is under active development.
This middleware is supposed to replace the need for the forward-auth and oauth2-proxy when using traefik as a reverse proxy.
This middleware is under active development - things should NOT break, but they might.
This middleware is supposed to replace the need for the forward-auth and oauth2-proxy when using traefik as a reverse proxy to support the OIDC authentication.
### Configuration options
@@ -98,4 +96,6 @@ http:
- profile
sessionEncryptionKey: potato-secret
forceHTTPS: false
logLevel: info
rateLimit: 100 # 100 requests per minute
```