Skip to content

Commit 06576f1

Browse files
committed
fix: caddy environement varaible interpolation
1 parent 9e0a772 commit 06576f1

File tree

1 file changed

+2
-2
lines changed
  • ansible/roles/docker-swarm-app-caddy/assets

1 file changed

+2
-2
lines changed

ansible/roles/docker-swarm-app-caddy/assets/Caddyfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
order authorize before basicauth
88

99
security {
10-
oauth identity provider github {env.GITHUB_CLIENT_ID} {env.GITHUB_CLIENT_SECRET}
10+
oauth identity provider github {$GITHUB_CLIENT_ID} {$GITHUB_CLIENT_SECRET}
1111

1212
authentication portal myportal {
1313
crypto default token lifetime 3600
14-
crypto key sign-verify {env.JWT_SHARED_KEY}
14+
crypto key sign-verify {$JWT_SHARED_KEY}
1515
cookie domain {{domain}}
1616
enable identity provider github
1717
ui {

0 commit comments

Comments
 (0)