Merge branch 'opsx/host-agent-console-task-submission' into master
Tests / Test passed: 789

Adds a CSRF-protected task submission form to the local Console Tasks page

# Conflicts:
#	apps/device-host-agent/host_agent/app.py
This commit is contained in:
2026-07-14 17:05:37 +08:00
9 changed files with 1158 additions and 33 deletions
+1
View File
@@ -215,6 +215,7 @@ def create_application(
ttl_seconds=resolved_config.console_session_ttl_seconds
),
enrollment_client=console_enrollment_client,
host_client=client,
metadata_store=metadata_store,
timeline=timeline,
executor=executor,