feat(foundry): add managed data consumers and agent settings
This commit is contained in:
@@ -8,6 +8,9 @@ NODEDC_MAP_GATEWAY_BODY_IDLE_TIMEOUT_MS=30000
|
||||
# Private External Data Plane address. It is used only by the Foundry server;
|
||||
# map pages use same-origin /api/applications/.../data-bindings/... routes.
|
||||
NODEDC_EXTERNAL_DATA_PLANE_INTERNAL_URL=
|
||||
NODEDC_EXTERNAL_DATA_PLANE_FOUNDRY_PROVISIONER_SERVICE_ID=nodedc-module-foundry
|
||||
NODEDC_EXTERNAL_DATA_PLANE_FOUNDRY_PROVISIONER_KEY_ID=foundry-edp-managed-provisioner-v1
|
||||
NODEDC_EXTERNAL_DATA_PLANE_FOUNDRY_PROVISIONER_AUDIENCE=nodedc-external-data-plane.managed-provisioning.v1
|
||||
# Absolute path to a runner-managed directory of opaque reader grants. Each
|
||||
# filename is sha256("<applicationId>/<pageId>/<bindingId>"); file content is
|
||||
# exactly one ndc_edprb_ reader token. Files must be root-owned and read-only.
|
||||
@@ -43,6 +46,9 @@ NODEDC_FOUNDRY_SERVICE_SLUG=module-foundry
|
||||
NODEDC_LAUNCHER_BASE_URL=http://127.0.0.1:5173
|
||||
NODEDC_LAUNCHER_INTERNAL_URL=http://127.0.0.1:5173
|
||||
NODEDC_INTERNAL_ACCESS_TOKEN=
|
||||
# Internal-only Ontology Core address used by the Foundry Codex Agent transport.
|
||||
# It is never written to Codex config and never returned to the browser.
|
||||
NODEDC_ONTOLOGY_CORE_URL=http://ontology-core:18104
|
||||
NODEDC_FOUNDRY_SESSION_COOKIE=nodedc_foundry_session
|
||||
NODEDC_FOUNDRY_SESSION_TTL_MS=43200000
|
||||
# Production validation TTL is deliberately clamped to 15–30 seconds. A
|
||||
|
||||
Reference in New Issue
Block a user