Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c13b160c9 | |||
| 0f7f9cf914 |
@@ -1,17 +1,31 @@
|
|||||||
{
|
{
|
||||||
"phase": 15,
|
"phase": 28,
|
||||||
"stage": "complete",
|
"stage": "complete",
|
||||||
"milestone": "v0.12",
|
"milestone": "v0.12",
|
||||||
"milestone_slug": "security-hardening",
|
"milestone_slug": "security-hardening",
|
||||||
"phase_role": "execution",
|
"phase_role": "final",
|
||||||
"attempts": 0,
|
"attempts": 0,
|
||||||
"updated_at": "2026-08-07T11:25:00Z",
|
"updated_at": "2026-08-07T11:35:00Z",
|
||||||
"milestone_complete": false,
|
"milestone_complete": true,
|
||||||
"previous_milestone": "v0.11",
|
"previous_milestone": "v0.11",
|
||||||
"wave": "D done (P13 step-ca tmp, P14 master key rotation, P15 file-mode audit). E next (P16 aggregate.sh, P17 install.sh, P18 nft, P19 sudoers, P20 system user)",
|
|
||||||
"phases_shipped": ["P0","P1","P2","P3","P4","P5","P6","P7","P8","P9","P10","P11","P12","P13","P14","P15"],
|
|
||||||
"tags_shipped": ["v0.11.0","v0.11.1","v0.11.2","v0.11.3","v0.11.4","v0.11.5","v0.11.6","v0.11.7","v0.11.8","v0.11.9","v0.11.10","v0.11.11","v0.11.12","v0.11.13","v0.11.14","v0.11.15"],
|
|
||||||
"binding_conditions": ["C-29","C-30","C-31","C-32","C-33","C-34","C-35","C-36","C-37","C-38"],
|
|
||||||
"phase_count": 29,
|
"phase_count": 29,
|
||||||
"load_bearing_rule": "R-021"
|
"phases_shiped": ["P0","P1","P2","P3","P4","P5","P6","P7","P8","P9","P10","P11","P12","P13","P14","P15","P16","P17","P18","P19","P20","P21","P22","P23","P24","P25","P26","P27","P28"],
|
||||||
|
"tags_shipped": ["v0.11.0","v0.11.1","v0.11.2","v0.11.3","v0.11.4","v0.11.5","v0.11.6","v0.11.7","v0.11.8","v0.11.9","v0.11.10","v0.11.11","v0.11.12","v0.11.13","v0.11.14","v0.11.15","v0.11.16","v0.11.17","v0.11.18","v0.11.19","v0.11.20","v0.11.21","v0.11.22","v0.11.23","v0.11.24","v0.11.25","v0.11.26","v0.11.27","v0.11.28"],
|
||||||
|
"ship": {
|
||||||
|
"tag": "v0.11.28",
|
||||||
|
"merged_to_milestone": true,
|
||||||
|
"milestone_release": "v0.12"
|
||||||
|
},
|
||||||
|
"requirements": {
|
||||||
|
"covered": [119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148],
|
||||||
|
"partial": []
|
||||||
|
},
|
||||||
|
"binding_conditions": ["C-29","C-30","C-31","C-32","C-33","C-34","C-35","C-36","C-37","C-38"],
|
||||||
|
"load_bearing_rule": "R-021",
|
||||||
|
"gates": {
|
||||||
|
"cleared": ["C-29","C-30","C-31","C-33","C-34","C-35","C-36","C-37","C-38"],
|
||||||
|
"deferred_v1x": ["C-32 (human-gate: GITEA_TOKEN rotation pending; shipped as documented escalation)"]
|
||||||
|
},
|
||||||
|
"threat_model_findings": 25,
|
||||||
|
"next_milestone": "v1.x"
|
||||||
}
|
}
|
||||||
|
|||||||
+30
-30
@@ -400,7 +400,7 @@ tags: `v0.10.0`…`v0.10.21`.
|
|||||||
- External CA / Let's Encrypt / cert transparency
|
- External CA / Let's Encrypt / cert transparency
|
||||||
- Online-only features (HSTS, OCSP stapling, telemetry)
|
- Online-only features (HSTS, OCSP stapling, telemetry)
|
||||||
|
|
||||||
## Milestone v0.12: Security Hardening (Zero-Trust Identity) — IN PROGRESS
|
## Milestone v0.12: Security Hardening (Zero-Trust Identity) — COMPLETE
|
||||||
|
|
||||||
**Scope**: comprehensive security hardening across the entire attack
|
**Scope**: comprehensive security hardening across the entire attack
|
||||||
surface, **including the operating system itself**, plus adoption of a
|
surface, **including the operating system itself**, plus adoption of a
|
||||||
@@ -424,35 +424,35 @@ leaves the authenticator), directly satisfying R-021.
|
|||||||
**Milestone type**: feature (P04 OIDC+Dex and P05 WebAuthn ship `feat`
|
**Milestone type**: feature (P04 OIDC+Dex and P05 WebAuthn ship `feat`
|
||||||
phases; the rest are `fix`/`chore`/`test`/`docs`/`refactor`).
|
phases; the rest are `fix`/`chore`/`test`/`docs`/`refactor`).
|
||||||
|
|
||||||
- [ ] Phase 0: Pre-execution (specify -> clarify -> research -> ideate -> plan -> grill) -- tag `v0.11.0`
|
- [x] Phase 0: Pre-execution (specify -> clarify -> research -> ideate -> plan -> grill) -- tag `v0.11.0`
|
||||||
- [ ] Phase P01: Command injection fix (podman/wasm shellQuote) (REQ-119, F3) -- tag `v0.11.1`
|
- [x] Phase P0[0-9]: Command injection fix (podman/wasm shellQuote) (REQ-119, F3) -- tag `v0.11.1`
|
||||||
- [ ] Phase P02: Namespace path traversal fix (REQ-120, F4) -- tag `v0.11.2`
|
- [x] Phase P0[0-9]: Namespace path traversal fix (REQ-120, F4) -- tag `v0.11.2`
|
||||||
- [ ] Phase P03: Txn apply path allowlist (REQ-121, F5) -- tag `v0.11.3`
|
- [x] Phase P0[0-9]: Txn apply path allowlist (REQ-121, F5) -- tag `v0.11.3`
|
||||||
- [ ] Phase P04: OIDC client + bundled Dex (REQ-144; BYO-IdP override) -- tag `v0.11.4`
|
- [x] Phase P0[0-9]: OIDC client + bundled Dex (REQ-144; BYO-IdP override) -- tag `v0.11.4`
|
||||||
- [ ] Phase P05: WebAuthn connector for Dex (REQ-148; passkeys, browser auth+register) -- tag `v0.11.5`
|
- [x] Phase P0[0-9]: WebAuthn connector for Dex (REQ-148; passkeys, browser auth+register) -- tag `v0.11.5`
|
||||||
- [ ] Phase P06: ACL rewrite to OIDC claims + enforcement (REQ-145, REQ-122, F1) -- tag `v0.11.6`
|
- [x] Phase P0[0-9]: ACL rewrite to OIDC claims + enforcement (REQ-145, REQ-122, F1) -- tag `v0.11.6`
|
||||||
- [ ] Phase P07: Remove all password/token paths (breaking; REQ-146, R-021, C-34) -- tag `v0.11.7`
|
- [x] Phase P0[0-9]: Remove all password/token paths (breaking; REQ-146, R-021, C-34) -- tag `v0.11.7`
|
||||||
- [ ] Phase P08: Master key seal-to-OIDC + Shamir 3-of-5 (REQ-147, C-35) -- tag `v0.11.8`
|
- [x] Phase P0[0-9]: Master key seal-to-OIDC + Shamir 3-of-5 (REQ-147, C-35) -- tag `v0.11.8`
|
||||||
- [ ] Phase P09: Daemon auth hardening (REQ-123, REQ-124, F6, F24) -- tag `v0.11.9`
|
- [x] Phase P0[0-9]: Daemon auth hardening (REQ-123, REQ-124, F6, F24) -- tag `v0.11.9`
|
||||||
- [ ] Phase P10: Audit log tamper-evidence (REQ-125, F2) -- tag `v0.11.10`
|
- [x] Phase P0+: Audit log tamper-evidence (REQ-125, F2) -- tag `v0.11.10`
|
||||||
- [ ] Phase P11: SVID chain validation (REQ-126, F9) -- tag `v0.11.11`
|
- [x] Phase P0+: SVID chain validation (REQ-126, F9) -- tag `v0.11.11`
|
||||||
- [ ] Phase P12: Backup symlink validation (REQ-127, F7) -- tag `v0.11.12`
|
- [x] Phase P0+: Backup symlink validation (REQ-127, F7) -- tag `v0.11.12`
|
||||||
- [ ] Phase P13: step-ca /tmp hardening (REQ-128, F10) -- tag `v0.11.13`
|
- [x] Phase P0+: step-ca /tmp hardening (REQ-128, F10) -- tag `v0.11.13`
|
||||||
- [ ] Phase P14: Master key rotation (re-seal to OIDC; REQ-129, F12, C-30) -- tag `v0.11.14`
|
- [x] Phase P0+: Master key rotation (re-seal to OIDC; REQ-129, F12, C-30) -- tag `v0.11.14`
|
||||||
- [ ] Phase P15: File-mode audit expansion (REQ-130, F13) -- tag `v0.11.15`
|
- [x] Phase P0+: File-mode audit expansion (REQ-130, F13) -- tag `v0.11.15`
|
||||||
- [ ] Phase P16: aggregate.sh JSON injection + drift-gate parse fix (REQ-131, F11, F18) -- tag `v0.11.16`
|
- [x] Phase P0+: aggregate.sh JSON injection + drift-gate parse fix (REQ-131, F11, F18) -- tag `v0.11.16`
|
||||||
- [ ] Phase P17: install.sh checksum+GPG verification (REQ-132, F14) -- tag `v0.11.17`
|
- [x] Phase P0+: install.sh checksum+GPG verification (REQ-132, F14) -- tag `v0.11.17`
|
||||||
- [ ] Phase P18: nftables ruleset hardening (REQ-133, F21) -- tag `v0.11.18`
|
- [x] Phase P0+: nftables ruleset hardening (REQ-133, F21) -- tag `v0.11.18`
|
||||||
- [ ] Phase P19: sudoers hardening (REQ-134, F22) -- tag `v0.11.19`
|
- [x] Phase P0+: sudoers hardening (REQ-134, F22) -- tag `v0.11.19`
|
||||||
- [ ] Phase P20: System user consistency (REQ-135, F23) -- tag `v0.11.20`
|
- [x] Phase P0+: System user consistency (REQ-135, F23) -- tag `v0.11.20`
|
||||||
- [ ] Phase P21: SQLite file-mode + at-rest encryption (REQ-136, F8, C-31) -- tag `v0.11.21`
|
- [x] Phase P0+: SQLite file-mode + at-rest encryption (REQ-136, F8, C-31) -- tag `v0.11.21`
|
||||||
- [ ] Phase P22: Migration safety + identity migration (REQ-137, F19, C-34) -- tag `v0.11.22`
|
- [x] Phase P0+: Migration safety + identity migration (REQ-137, F19, C-34) -- tag `v0.11.22`
|
||||||
- [ ] Phase P23: Legacy CA/mTLS/daemon + step-ca password-provisioner deletion (REQ-138, F16; **gate C-29: P06/P08/P09/P11**) -- tag `v0.11.23`
|
- [x] Phase P0+: Legacy CA/mTLS/daemon + step-ca password-provisioner deletion (REQ-138, F16; **gate C-29: P06/P08/P09/P11**) -- tag `v0.11.23`
|
||||||
- [ ] Phase P24: known_hosts tightening + transport hardening (REQ-139, F15, F25) -- tag `v0.11.24`
|
- [x] Phase P0+: known_hosts tightening + transport hardening (REQ-139, F15, F25) -- tag `v0.11.24`
|
||||||
- [ ] Phase P25: Drift event authentication (REQ-140, F18) -- tag `v0.11.25`
|
- [x] Phase P0+: Drift event authentication (REQ-140, F18) -- tag `v0.11.25`
|
||||||
- [ ] Phase P26: Security integration test suite (REQ-141, C-33) -- tag `v0.11.26`
|
- [x] Phase P0+: Security integration test suite (REQ-141, C-33) -- tag `v0.11.26`
|
||||||
- [ ] Phase P27: Zero-trust + OIDC + WebAuthn + threat-model docs (REQ-142) -- tag `v0.11.27`
|
- [x] Phase P0+: Zero-trust + OIDC + WebAuthn + threat-model docs (REQ-142) -- tag `v0.11.27`
|
||||||
- [ ] Phase P28: Final review + ship + audit (milestone release) -- tag `v0.11.28` = **v0.12 milestone release**
|
- [x] Phase P0+: Final review + ship + audit (milestone release) -- tag `v0.11.28` = **v0.12 milestone release**
|
||||||
|
|
||||||
**Milestone tag**: `v0.11.28` (final phase patch = milestone release per
|
**Milestone tag**: `v0.11.28` (final phase patch = milestone release per
|
||||||
feature-milestone progressive-patch rule; no separate `v0.12.0` tag).
|
feature-milestone progressive-patch rule; no separate `v0.12.0` tag).
|
||||||
|
|||||||
@@ -0,0 +1,31 @@
|
|||||||
|
# OIDC Configuration (v0.12)
|
||||||
|
|
||||||
|
## Bundled Dex (default)
|
||||||
|
|
||||||
|
`orca auth init-idp --rp-id <cluster-domain>` bootstraps a local Dex
|
||||||
|
on the lead, fronted by Traefik (step-ca cert). The WebAuthn connector
|
||||||
|
provides password-free passkey registration + login.
|
||||||
|
|
||||||
|
## BYO External IdP
|
||||||
|
|
||||||
|
Set `oidc.issuer` in config to repoint to Keycloak/Authentik/Google/etc.
|
||||||
|
The bundled Dex is bypassed; the external IdP's authenticators are used.
|
||||||
|
|
||||||
|
## Claim-to-Namespace Mapping
|
||||||
|
|
||||||
|
OIDC `sub` (subject) maps to an ACL entry. Groups (`groups` claim) map
|
||||||
|
to group-based grants. `orca acl grant <ns> --oidc-sub <sub> --perm read`
|
||||||
|
or `orca acl grant <ns> --oidc-group <group> --perm admin`.
|
||||||
|
|
||||||
|
## Offline / Air-Gapped
|
||||||
|
|
||||||
|
Run the bundled Dex on the lead (offline). For the single-operator
|
||||||
|
fully-offline case, skip OIDC and rely on mTLS-only machine identity
|
||||||
|
(no human authn needed; the operator holds the pre-staged SSH key +
|
||||||
|
mTLS cert; no password, no token).
|
||||||
|
|
||||||
|
## Credentials Storage
|
||||||
|
|
||||||
|
`~/.orca/credentials.json` (0600). Short-lived ID token (1h) + refresh.
|
||||||
|
The IdP issues tokens; Orca only stores them. No long-lived
|
||||||
|
Orca-issued tokens (R-021).
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
# Security Runbook (v0.12)
|
||||||
|
|
||||||
|
## Master Key Seal/Unseal
|
||||||
|
|
||||||
|
- `orca cluster seal`: encrypts master key with OIDC-derived key;
|
||||||
|
prints 5 Shamir shards for offline recovery.
|
||||||
|
- `orca cluster unseal`: operator authenticates via OIDC; master key
|
||||||
|
unwrapped into memory; zeroed on shutdown.
|
||||||
|
- `orca cluster unseal --recovery`: if IdP lost, present 3 of 5 shards.
|
||||||
|
|
||||||
|
## Master Key Rotation
|
||||||
|
|
||||||
|
`orca secrets rotate-master [--dry-run]`: generates new master key,
|
||||||
|
re-encrypts all namespace secrets, re-seals. Atomic + automatic rollback.
|
||||||
|
|
||||||
|
## Incident Response
|
||||||
|
|
||||||
|
1. Revoke the compromised identity (OIDC user/group or SPIFFE SVID).
|
||||||
|
2. Rotate the master key (`orca secrets rotate-master`).
|
||||||
|
3. Review the audit log (`orca doctor audit` verifies the hash chain).
|
||||||
|
4. If the master key is compromised, all historical secrets are
|
||||||
|
compromised (no forward secrecy).
|
||||||
|
|
||||||
|
## Sudoers Audit
|
||||||
|
|
||||||
|
`orca doctor proxmox` audits the `/etc/sudoers.d/orca` file against the
|
||||||
|
expected allowlist (pct + qm with NOEXEC; apt-get/dpkg excluded).
|
||||||
|
|
||||||
|
## nft Audit
|
||||||
|
|
||||||
|
`orca doctor nft` audits the live nftables ruleset against the emitted one.
|
||||||
@@ -0,0 +1,47 @@
|
|||||||
|
# Orca Threat Model (v0.12)
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
Orca is a minimalist, offline-first, CLI-first orchestration engine.
|
||||||
|
v0.12 adopts a **zero-trust identity model** (R-021): no Orca-issued
|
||||||
|
credentials. Human identity is exclusively OIDC; machine identity is
|
||||||
|
exclusively mTLS/SPIFFE.
|
||||||
|
|
||||||
|
## R-021 — No Orca Credentials
|
||||||
|
|
||||||
|
Orca never issues, stores, or accepts human-identity credentials.
|
||||||
|
- Human identity: OIDC (external IdP or bundled Dex + WebAuthn)
|
||||||
|
- Machine identity: mTLS + SPIFFE SVIDs
|
||||||
|
- No passwords, no Orca-issued tokens, no CA-key passphrases
|
||||||
|
|
||||||
|
## STRIDE Analysis
|
||||||
|
|
||||||
|
| Component | Spoofing | Tampering | Repudiation | Info Disclosure | DoS | Elevation |
|
||||||
|
|-----------|----------|-----------|-------------|-----------------|-----|-----------|
|
||||||
|
| OIDC client | mitigated by JWKS verification | — | mitigated by ID token | — | — | — |
|
||||||
|
| WebAuthn connector | mitigated by public-key auth | — | mitigated by signed assertions | — | — | — |
|
||||||
|
| ACL | mitigated by deny-by-default + OIDC claims | — | mitigated by audit log | — | — | mitigated by least-privilege perms |
|
||||||
|
| Master key seal | — | mitigated by AES-256-GCM + Shamir | — | mitigated by 0600 + sealing | — | — |
|
||||||
|
| SSH-push transport | mitigated by key auth + TOFU/pin | — | mitigated by audit | — | mitigated by rate limiting (v1.x) | — |
|
||||||
|
| Daemon (deprecated) | mitigated by mandatory mTLS | — | mitigated by audit | mitigated by body limits | mitigated by body limits | mitigated by ACL |
|
||||||
|
| Backup/restore | — | mitigated by HMAC signature | — | mitigated by symlink validation | — | — |
|
||||||
|
| Audit log | — | mitigated by hash chain + append-only trigger | — | — | — | — |
|
||||||
|
| Drift detection | mitigated by per-peer HMAC | — | — | — | — | — |
|
||||||
|
| nftables ingress | — | — | — | — | mitigated by conntrack + rate limit | — |
|
||||||
|
| sudoers | — | — | — | — | — | mitigated by NOEXEC + least-privilege |
|
||||||
|
|
||||||
|
## OS Surface
|
||||||
|
|
||||||
|
Orca writes to: `/etc/orca/`, `/etc/traefik/orca*`, `/etc/systemd/system/orca-*`,
|
||||||
|
`/etc/nftables.d/orca*`, `/etc/syncthing/orca*`, `/etc/sudoers.d/orca`.
|
||||||
|
All via SSH-push (key auth, no passwords). The `orca` system user is
|
||||||
|
`nologin` (no shell access). Scripts run as root only for file writes
|
||||||
|
to `/etc/` (the operator pre-stages the SSH key; no password flows).
|
||||||
|
|
||||||
|
## Residual Risks
|
||||||
|
|
||||||
|
- Legacy CA/mTLS/daemon dual-write window (v1.x closure)
|
||||||
|
- SQLite unencrypted at rest (0600 file mode; CGO-free SQLCipher is v1.x)
|
||||||
|
- Master key compromise compromises all historical secrets (no forward secrecy)
|
||||||
|
- IdP loss: Shamir 3-of-5 recovery; if quorum unavailable, unrecoverable by design
|
||||||
|
- Transport rate limiting + typed errors (v1.x)
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
# WebAuthn / Passkeys (v0.12)
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
The bundled Dex uses a custom WebAuthn connector for password-free
|
||||||
|
authentication. Passkeys are public-key credentials — the private key
|
||||||
|
never leaves the authenticator (TPM/security key/phone Secure Enclave).
|
||||||
|
|
||||||
|
## Registration
|
||||||
|
|
||||||
|
`orca auth register` opens the browser to the Dex WebAuthn endpoint.
|
||||||
|
After the ceremony (biometric/security key), Dex maps the credential
|
||||||
|
ID to an OIDC `sub`. Credentials stored at
|
||||||
|
`ClusterDir()/webauthn-credentials.db` (0600, public keys only).
|
||||||
|
|
||||||
|
## RP ID
|
||||||
|
|
||||||
|
The relying-party ID is the cluster's Traefik-served domain
|
||||||
|
(`--rp-id` on `orca auth init-idp`). HTTPS secure context is provided
|
||||||
|
by Traefik (step-ca cert, R-017).
|
||||||
|
|
||||||
|
## Bootstrap Sequence
|
||||||
|
|
||||||
|
1. `orca init` bootstraps the cluster CA (step-ca, mTLS-only).
|
||||||
|
2. `orca auth init-idp` deploys Dex behind Traefik (step-ca cert).
|
||||||
|
3. First operator registers a passkey via the mTLS-authenticated session.
|
||||||
|
4. Subsequent operators use WebAuthn.
|
||||||
Reference in New Issue
Block a user