- Notifications
You must be signed in to change notification settings - Fork928
Closed
Labels
Description
TheAuthentication documentation has the following configuration block for Kubernetes:
coder: env: - name: CODER_OAUTH2_GITHUB_ALLOW_SIGNUPS value: true - name: CODER_OAUTH2_GITHUB_ALLOWED_ORGS value: "your-org" - name: CODER_OAUTH2_GITHUB_CLIENT_ID value: "533...des" - name: CODER_OAUTH2_GITHUB_CLIENT_SECRET value: "G0CSP...7qSM" - name: CODER_OAUTH2_GITHUB_ALLOW_EVERYONE value: true
The valuestrue
need to be quoted ("true"
) or else they will not be interpreted as strings and the deployment will fail.