This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
traefik-forward-auth/.env.sample

14 lines
287 B
Plaintext

TYPE=traefik-forward-auth
DOMAIN=auth.example.com
LETS_ENCRYPT_ENV=production
COOKIE_DOMAIN=example.com
AUTH_HOST=auth.example.com
OIDC_ISSUER_URL=https://id.example.com/auth/realms/yourrealm
OIDC_CLIENT_ID=traefik-forward-auth
SERCRET_NONCE_VERSION=v1
OIDC_CLIENT_SECRET_VERSION=v1