Keepcookie is a middleware plugin for Traefik which Keeps the cookies that are indicated by deleting all others.
experimental:
plugins:
keepcookie:
moduleName: "github.com/ascpikmin/keepcookie"
version: "v1.0.0"http:
middlewares:
keepcookie:
cookies:
- cookieKey1
- cookieKey2