Browse Source

enabling oauth for heimdall (fixes v2)

Jason Playne 3 years ago
parent
commit
0bdf4ec8d1
2 changed files with 4 additions and 4 deletions
  1. 1 1
      network/docker-compose.yml
  2. 3 3
      network/traefik/traefik-forward-auth.env

+ 1 - 1
network/docker-compose.yml

@@ -30,7 +30,7 @@ services:
       - traefik.http.routers.auth.rule=Host(`auth.playne.au`)
       - traefik.http.routers.auth.entrypoints=websecure
       - traefik.http.routers.auth.tls=true
-      - traefik.http.routers.auth.tls.domains[0].main=playne.au
+      - traefik.http.routers.auth.tls.domains[0].main=auth.playne.au
       - traefik.http.routers.auth.tls.domains[0].sans=*.playne.au
       - traefik.http.routers.auth.tls.certresolver=le
       - traefik.http.routers.auth.service=auth@docker

+ 3 - 3
network/traefik/traefik-forward-auth.env

@@ -1,7 +1,7 @@
 PROVIDERS_GOOGLE_CLIENT_ID=346842284459-kbsuo8u2l4qmm7f4ms9g0dj7iif00834.apps.googleusercontent.com
 PROVIDERS_GOOGLE_CLIENT_SECRET=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
 SECRET=g3aoDrSm9koLB7mwzZGZRWutYP2gyLVqB8qQoxcNiddhqDidijrmE8HxJm9e7d5XY6aBC8Hdoz32KqFrGABA7SZhGJH7YQb5jSJ7BNvFrnCWcKcGAMfXLbF5RnpeNGSD
-# comment out AUTH_HOST if you'd rather use individual redirect_uris (slightly less complicated but more work)
 AUTH_HOST=auth.playne.au
-COOKIE_DOMAINS=playne.au
-WHITELIST=jason@jasonplayne.com,april@aprilplayne.com,sophie@playne.id.au,tiana@playne.id.au
+COOKIE_DOMAIN=playne.au
+WHITELIST=jason@jasonplayne.com,april@aprilplayne.com,sophie@playne.id.au,tiana@playne.id.au,gray@playne.id.au
+LOG_LEVEL=debug