-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Background
Currently opensmi requires SSH access to the gateway server (documented in docs/SHARED_GATEWAY.md). This issue tracks the next step: an HTTP API mode where users can submit jobs from their laptops without SSH.
Target UX
# No SSH needed
opensmi --remote http://gateway:8080 job submit --auto-gpus 2 --command "python train.py"
opensmi --remote http://gateway:8080 job listRequired components
opensmi serve --port 8080— HTTP daemon wrapping existing job queueopensmi --remote <url>— client mode flag (CLI + TUI)- User identity via auth token (no anonymous access)
Security requirements (non-negotiable)
- TLS mandatory — no plaintext command submission over HTTP
- Token or mTLS auth — no open endpoints
- Single-writer daemon for job state — prevent race conditions on concurrent submit
Prerequisite
Validate the SSH gateway pattern (docs/SHARED_GATEWAY.md) with real users first.
HTTP API scope and requirements will become clearer from that feedback.
Status
Not started. Prerequisite: user feedback from shared gateway deployments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request