Skip to content

Commit 3bb1255

Browse files
committed
add roadmap
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent cf19785 commit 3bb1255

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,17 @@ print(result.stdout)
105105
- Validate commands before execution
106106
- Audit log all commands
107107

108+
## Roadmap
109+
110+
- [ ] **Authentication** - Token-based auth for daemon connections
111+
- [ ] **TLS Support** - Built-in WSS with certificate management
112+
- [ ] **Audit Logging** - Track all commands, sessions, and file transfers
113+
- [ ] **Metrics** - Prometheus-compatible metrics for monitoring
114+
- [ ] **Resource Limits** - CPU/memory/timeout controls per daemon
115+
- [ ] **Multi-tenancy** - Isolated workspaces with access control
116+
- [ ] **Rate Limiting** - Prevent abuse and resource exhaustion
117+
- [ ] **Command Allowlist** - Restrict allowed commands per daemon
118+
108119
## Contributing
109120

110121
We welcome any kind of contributions, feedback, and suggestions! See [DEVELOP.md](./docs/DEVELOP.md) for development setup and guidelines.

0 commit comments

Comments
 (0)