fix(agent): authenticate agent control plane (#40737)

This commit is contained in:
WH-2099
2026-08-14 04:32:09 +00:00
committed by GitHub
parent e2852524be
commit 3cd23d4ef8
16 changed files with 131 additions and 31 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ MARKETPLACE_URL=
# Dify Agent backend
AGENT_BACKEND_BASE_URL=http://agent_backend:5050
# Bearer token for the Agent backend /runs API.
# Bearer token for the Agent backend control-plane API.
# Replace this development default in production.
# Generate one with: python -c 'import secrets; print(secrets.token_urlsafe(32))'
DIFY_AGENT_API_TOKEN=dify-agent-run-token-for-dev-only