SECURITY - PLATFORM: internal token and staging plan

This commit is contained in:
Codex
2026-05-12 12:49:58 +03:00
parent 9d7f8167d3
commit 95072586b9
5 changed files with 143 additions and 4 deletions
+1
View File
@@ -56,6 +56,7 @@ PLANE_OIDC_REDIRECT_URI=http://task.local.nodedc/auth/oidc/callback
# security
SESSION_SECRET=$(rand 48)
NODEDC_INTERNAL_ACCESS_TOKEN=$(openssl rand -hex 48 | tr -d '\n')
COOKIE_DOMAIN=.local.nodedc
COOKIE_SECURE=false
EOF