Settings

Theme

Show HN: Cordium – FOSS sandbox platform with secretless infrastructure access

github.com

2 points by geoctl a month ago · 0 comments · 1 min read

Reader

Hello HN, Cordium is a project that I have been working on for a long time and now I am open sourcing it under Apache 2.0. It was initially meant as a remote development environment (i.e. similar to GitHub Codespaces) for my main project, Octelium, where users can access Octelium-protected resources via browser-based terminals without having to use CLIs and directly connecting from their own machines. But overtime it grew into a general-purpose sandbox platform that can be used for coding by devs, AI agent tasks, CI/CD, etc. The main differentiator here, compared to other dev environments and sandbox platforms, is that Cordium is that it automatically provides identity-based, secretless secure access to resources (e.g. APIs, SSH, databases, k8s, etc.) without having to inject credentials (e.g. API keys, SSH private keys, database passwords, etc.) into the sandbox. You can simply think of it as a sandbox+ZTNA baked-in where access to infrastructure is based on identity and policy-as-code rather than credentials.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection