Skip to content

Commit

Permalink
fix: missing NETBIRD_TOKEN_SOURCE (#1174)
Browse files Browse the repository at this point in the history
Added the NETBIRD_TOKEN_SOURCE for the traefik template.

missing this will break google IDP
  • Loading branch information
trungle-ds authored Sep 27, 2023
1 parent aa1d31b commit 7c065bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure_files/docker-compose.yml.tmpl.traefik
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
- AUTH_SUPPORTED_SCOPES=$NETBIRD_AUTH_SUPPORTED_SCOPES
- AUTH_REDIRECT_URI=$NETBIRD_AUTH_REDIRECT_URI
- AUTH_SILENT_REDIRECT_URI=$NETBIRD_AUTH_SILENT_REDIRECT_URI
- NETBIRD_TOKEN_SOURCE=$NETBIRD_TOKEN_SOURCE
# SSL
- NGINX_SSL_PORT=443
# Letsencrypt
Expand Down

0 comments on commit 7c065bd

Please sign in to comment.