OrbitalReg's security features are part of the product, not an
upcharge tier. The list below is what every install gets, day one.
Encryption
TLS 1.3 for all in-transit traffic. At-rest encryption is
operator-controlled — OrbitalReg ships with documented
recipes for LUKS-encrypted artifact volumes and Postgres
volume encryption, including KMS-backed key management.
Authentication
SAML 2.0 / OIDC for the OrbitalReg core admin (Azure Entra,
Okta, Keycloak — verified). Token-based auth for the artifact
API with scoped grants. Magic-link auth for the customer
portal — no passwords stored. Every action attributable to
a principal.
Air-gap mode
First-class operational mode — flips egress to deny-all in
one config line. Vendored CVE feeds, signed update bundles
delivered out-of-band, no build-time assumption of internet
access.
Audit log
Structured JSON, SIEM-ready out of the box (Loki, Splunk,
Elastic recipes shipped). Every admin action,
token issuance, and policy change carries actor, timestamp,
and request ID for forensic reconstruction.
Verify-on-pull gates
Cryptographic signature verification before any artifact
leaves the registry — CMS, OpenPGP, RSA, Sigstore. Pulls of
unverified artifacts are blocked at the gate. Per-repo policy.
CVE detection
Trivy and Grype scan every artifact at upload and on demand.
Results stay on customer hardware — no upstream phone-home.
Auto-quarantine policy available for newly-discovered CVEs
on artifacts already in the registry.