Skip to content

Commit 52ff3bb

Browse files
authored
Merge branch 'main' into add_aggregate_view
2 parents e026adf + 0a9057a commit 52ff3bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coder/deploy/startup.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Environment=CODER_EXTERNAL_AUTH_0_CLIENT_ID=<GH_APP_CLIENT_ID>\n\
5252
Environment=CODER_EXTERNAL_AUTH_0_CLIENT_SECRET=<GH_APP_CLIENT_SECRET>\n\
5353
Environment=CODER_EXTERNAL_AUTH_0_SCOPES=repo,workflow,admin:public_key\n\
5454
Environment=CODER_LOG_LEVEL=debug\n\
55-
Environment=CODER_MAX_TOKEN_LIFETIME=8760h" > /etc/systemd/system/coder.service.d/override.conf
55+
Environment=CODER_MAX_TOKEN_LIFETIME=8760h\n\
56+
Environment=CODER_SECURE_AUTH_COOKIE=true" > /etc/systemd/system/coder.service.d/override.conf
5657

5758
# Reload systemd to apply the changes
5859
systemctl daemon-reload

0 commit comments

Comments
 (0)