Skip to content

Commit 1fc5ef5

Browse files
committed
update README
1 parent c3e6791 commit 1fc5ef5

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
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.
1212

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.
1415

1516
## Table of Contents
1617

@@ -173,6 +174,7 @@ The Cordium web portal is a browser-based interface for managing and interacting
173174
The `cordium` CLI provides full command-line access to Workspace management. Here are some examples:
174175

175176
```sh
177+
export OCTELIUM_DOMAIN=example.com
176178
# Create from the default Template and attach a terminal
177179
cordium run
178180
@@ -257,6 +259,9 @@ cordium ssh abc -N -L 5432:localhost:5432 -L 6379:localhost:6379
257259
# Dynamic SOCKS5 proxy
258260
cordium ssh abc -D 1080 -N
259261
262+
# Connect to the Octelium Cluster for native SSH
263+
octelium connect -d
264+
260265
# Generate an SSH config block for use with VS Code, JetBrains, Zed, rsync
261266
cordium ssh abc --print-config >> ~/.ssh/config
262267
@@ -404,6 +409,4 @@ Cordium-owned source code is licensed under the [Apache License 2.0](LICENSE).
404409

405410
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.
406411

407-
Commercial licensing is available for organizations that require alternative terms for combined Cordium and Octelium deployments.
408-
409412
Copyright © Octelium Labs, LLC. All rights reserved.

0 commit comments

Comments
 (0)