/stripcookie

Primary LanguageGoApache License 2.0Apache-2.0

Stripcookie

Stripcookie is a middleware plugin for Traefik which strips cookies by name from a request

Configuration

Static

pilot:
  token: "xxxxx"

experimental:
  plugins:
    stripcookie:
      moduleName: "github.com/nilskohrs/stripcookie"
      version: "v0.1.0"

Dynamic

http:
  middlewares:
    strip-foo:
      stripcookie:
        cookies:
          - cookieName
          - otherCookieName