From 64fd7a4e8b24550bf8a21d0a69dffa74f99333e6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 6 Apr 2021 11:28:04 +0200 Subject: [PATCH] Add the example config --- .env.sample | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..461d497 --- /dev/null +++ b/.env.sample @@ -0,0 +1,13 @@ +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