A policy-as-code capable authorization registry/control-plane service.
Registers tenant-engine as a flex-auth protected-system consumer in both directions its boundary contract requires: tenant-engine's writes need authorization (FlexAuthWriteAuthorizer in TEN-WP-0003 currently gets deny/not_applicable for everything until a policy package exists), and flex-auth's own decisions for other protected systems need tenant capability roles as context input via a live-lookup adapter. Scoped closer to FLEX-WP-0006/0007 (ops-warden's small security-lane integration) than FLEX-WP-0003 (Markitect's CARING-benchmark integration) -- tenant-engine's resource/action vocabulary is small. Registered, not implemented. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .claude/rules | ||
| .forgejo/workflows | ||
| .github/workflows | ||
| cmd/flex-auth | ||
| docs | ||
| examples | ||
| internal | ||
| pkg/api | ||
| registry | ||
| schemas | ||
| workplans | ||
| .custodian-brief.md | ||
| .gitignore | ||
| .golangci.yml | ||
| .repo-classification.yaml | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| go.mod | ||
| go.sum | ||
| INTENT.md | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| SCOPE.md | ||
flex-auth
Policy-as-code authorization registry and control plane for NetKingdom-aligned systems.
Start with INTENT.md for the project boundary and direction. Research notes and ADRs live in docs/ and docs/adr/.
The product boundary is captured in SCOPE.md, and the current Product Requirements Document is docs/ProductRequirementsDocument.md.
The 2026-05-15 pre-implementation assessment that shapes the current sequencing is in docs/pre-implementation-assessment.md.
The CARING reference-implementation approach is captured in docs/caring-architecture-blueprint.md.
Workplans live in workplans/, with sequencing captured in docs/workplan-planning-map.md.