mesosphere / traefik-forward-auth

214 stars 46 forks source link

feat: allow multiple cookie domains via env var #60

Open ammmze opened 2 years ago

ammmze commented 2 years ago

This will allow populating multiple cookie domains via the environment variables. At present, you can only define a single one in an environment variable.

In addition, I have changed the Scope config to be an array instead of a string. As I described in #59, it technically worked the way it was, but was potentially misleading, so I've updated it while I was making similar changes for the cookie domain.