Add MAS OIDC auth to SillyTavern via oauth2-proxy

This commit is contained in:
2026-05-07 17:59:27 +03:00
parent 1107e33cbf
commit 1eb168c1d9
3 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: oauth2-proxy
namespace: sillytavern
spec:
forwardAuth:
address: http://oauth2-proxy.sillytavern.svc.cluster.local:4180/oauth2/auth
authResponseHeaders:
- X-Auth-Request-User
- X-Auth-Request-Email