|
10 | 10 |
|
11 | 11 | Cordium is a free and open source, self-hosted, identity-based sandbox platform built on Kubernetes and [Octelium](https://github.com/octelium/octelium). It provides isolated, reproducible general-purpose sandboxes for developers, AI agents, and automated workloads that are accessible through web terminals, SSH, CLI, and gRPC APIs. |
12 | 12 |
|
13 | | -What sets Cordium apart is how Workspaces access infrastructure (e.g. remote internal resources behind NAT, publicly protected SaaS resources, IoT, etc.). Instead of injecting credentials into the environment, every Workspace operates with a dedicated Octelium identity. Databases, SSH servers, HTTP APIs, and Kubernetes clusters are accessed through Octelium's identity-aware, secretless access ZTNA infrastructure without exposing long-lived credentials such as API tokens, passwords, SSH private keys, or kubeconfigs directly inside the Workspace. |
| 13 | + |
| 14 | +What sets Cordium apart is how Workspaces access infrastructure. Instead of injecting credentials into the sandbox, every Workspace runs with a dedicated Octelium identity. Authorized databases, SSH servers, HTTP APIs, Kubernetes clusters, and internal services are accessed through Octelium’s identity-aware, secretless access platform, so API tokens, passwords, SSH private keys, kubeconfigs, and other long-lived credentials do not need to be placed inside the Workspace. |
14 | 15 |
|
15 | 16 | ## Table of Contents |
16 | 17 |
|
@@ -173,6 +174,7 @@ The Cordium web portal is a browser-based interface for managing and interacting |
173 | 174 | The `cordium` CLI provides full command-line access to Workspace management. Here are some examples: |
174 | 175 |
|
175 | 176 | ```sh |
| 177 | +export OCTELIUM_DOMAIN=example.com |
176 | 178 | # Create from the default Template and attach a terminal |
177 | 179 | cordium run |
178 | 180 |
|
@@ -257,6 +259,9 @@ cordium ssh abc -N -L 5432:localhost:5432 -L 6379:localhost:6379 |
257 | 259 | # Dynamic SOCKS5 proxy |
258 | 260 | cordium ssh abc -D 1080 -N |
259 | 261 |
|
| 262 | +# Connect to the Octelium Cluster for native SSH |
| 263 | +octelium connect -d |
| 264 | +
|
260 | 265 | # Generate an SSH config block for use with VS Code, JetBrains, Zed, rsync |
261 | 266 | cordium ssh abc --print-config >> ~/.ssh/config |
262 | 267 |
|
@@ -404,6 +409,4 @@ Cordium-owned source code is licensed under the [Apache License 2.0](LICENSE). |
404 | 409 |
|
405 | 410 | Cordium is built on top of Octelium. Some Cordium components or complete deployments may include Octelium Cluster components, which are publicly licensed under AGPLv3. Octelium Labs, LLC owns the relevant copyrights for both projects. |
406 | 411 |
|
407 | | -Commercial licensing is available for organizations that require alternative terms for combined Cordium and Octelium deployments. |
408 | | - |
409 | 412 | Copyright © Octelium Labs, LLC. All rights reserved. |
0 commit comments