We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a2e6a6 + 7f6f8ea commit 0a9057aCopy full SHA for 0a9057a
coder/deploy/startup.sh
@@ -52,7 +52,8 @@ Environment=CODER_EXTERNAL_AUTH_0_CLIENT_ID=<GH_APP_CLIENT_ID>\n\
52
Environment=CODER_EXTERNAL_AUTH_0_CLIENT_SECRET=<GH_APP_CLIENT_SECRET>\n\
53
Environment=CODER_EXTERNAL_AUTH_0_SCOPES=repo,workflow,admin:public_key\n\
54
Environment=CODER_LOG_LEVEL=debug\n\
55
-Environment=CODER_MAX_TOKEN_LIFETIME=8760h" > /etc/systemd/system/coder.service.d/override.conf
+Environment=CODER_MAX_TOKEN_LIFETIME=8760h\n\
56
+Environment=CODER_SECURE_AUTH_COOKIE=true" > /etc/systemd/system/coder.service.d/override.conf
57
58
# Reload systemd to apply the changes
59
systemctl daemon-reload
0 commit comments