Skip to content

Commit c16877c

Browse files
mjunaidcaclaude
andcommitted
feat(sso): Add LearnFlow to ALLOWED_ORIGINS
Enable cross-origin requests from learnflow.avixato.com to the shared SSO service at sso.avixato.com for authentication. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent cf5092c commit c16877c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/helm/taskflow/values-hetzner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sso:
8787
NODE_ENV: production
8888
BETTER_AUTH_URL: https://sso.avixato.com
8989
BETTER_AUTH_SECRET: "" # Injected via --set from secrets
90-
ALLOWED_ORIGINS: "https://avixato.com,https://sso.avixato.com,https://api.avixato.com,https://mcp.avixato.com"
90+
ALLOWED_ORIGINS: "https://avixato.com,https://sso.avixato.com,https://api.avixato.com,https://mcp.avixato.com,https://learnflow.avixato.com"
9191

9292
smtp:
9393
enabled: true

0 commit comments

Comments
 (0)