zyratlo commented on code in PR #7932:
URL: https://github.com/apache/texera/pull/7932#discussion_r3855994183


##########
bin/single-node/.env:
##########
@@ -99,3 +100,12 @@ LLM_ENDPOINT=http://nginx:8080
 TEXERA_DASHBOARD_SERVICE_ENDPOINT=http://dashboard-service:8080
 WORKFLOW_COMPILING_SERVICE_ENDPOINT=http://workflow-compiling-service:9090
 
WORKFLOW_EXECUTION_SERVICE_ENDPOINT=http://workflow-runtime-coordinator-service:8085
+
+# Notebook migration tool
+# Toggles the tool in the GUI; the migration itself needs an LLM key above.
+GUI_WORKFLOW_WORKSPACE_PYTHON_NOTEBOOK_MIGRATION_ENABLED=true
+# Weak default token so Jupyter is not fully open on its published port.
+JUPYTER_TOKEN=texera

Review Comment:
   Jupyter's token follows the same convention as every other credential in 
this file: port 8080 with the default `USER_SYS_ADMIN_PASSWORD` already gives 
arbitrary code execution through a Python UDF, and 9000 is MinIO on a known 
password, so 9100 introduces no new capability.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to