A policy-as-code capable authorization registry/control-plane service.
Find a file
tegwick 1e1e077b27 Implement inbound caller authentication (ADR 0004); close T03 and T05
TokenReview-based caller identity with audience-scoped tokens and exact
resource.system to ServiceAccount bindings, per ops-warden's recommendation.
Deletes the unwired tenant-engine live-roles adapter (T03) and adds
make verify-posture (T05). Source implements A2; running digest is still A0
until promotion, so tenancy.current.A stays 0.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-18 15:22:52 +02:00
.claude/rules docs: workplan-first agent guidance prose (CUST-WP-0055 T04 batch 2) 2026-07-08 16:41:17 +02:00
.forgejo/workflows Publish images via CI; file staged-promotion overlay debt 2026-08-11 10:35:34 +02:00
.github/workflows Land foundations: assessment, ADR-001/002/003, FLEX-WP-0005, Go skeleton 2026-05-16 01:54:44 +02:00
charts/flex-auth Add Railiance staged-promotion overlay for flex-auth 2026-08-16 01:32:31 +02:00
cmd/flex-auth Implement inbound caller authentication (ADR 0004); close T03 and T05 2026-08-18 15:22:52 +02:00
deploy Implement inbound caller authentication (ADR 0004); close T03 and T05 2026-08-18 15:22:52 +02:00
docs Implement inbound caller authentication (ADR 0004); close T03 and T05 2026-08-18 15:22:52 +02:00
examples Record tenant-engine guardrail pin and handoff caveats 2026-08-16 10:07:31 +02:00
internal Implement inbound caller authentication (ADR 0004); close T03 and T05 2026-08-18 15:22:52 +02:00
pkg/api FLEX-WP-0006: implement ops-warden signing gate policy 2026-06-23 21:17:42 +02:00
railiance Pin flex-auth-tenant-engine to the nine-action policy image 2026-08-16 09:57:07 +02:00
registry Add capability registry with seed entry from reuse-surface 2026-06-16 01:46:54 +02:00
schemas FLEX-WP-0006: implement ops-warden signing gate policy 2026-06-23 21:17:42 +02:00
tests Add Railiance staged-promotion overlay for flex-auth 2026-08-16 01:32:31 +02:00
tools Implement inbound caller authentication (ADR 0004); close T03 and T05 2026-08-18 15:22:52 +02:00
values Pin flex-auth-tenant-engine to the nine-action policy image 2026-08-16 09:57:07 +02:00
workplans chore(consistency): sync task status from DB [auto] 2026-08-18 07:28:38 +02:00
.custodian-brief.md chore(consistency): sync task status from DB [auto] 2026-08-18 07:28:46 +02:00
.gitignore Land foundations: assessment, ADR-001/002/003, FLEX-WP-0005, Go skeleton 2026-05-16 01:54:44 +02:00
.golangci.yml Land foundations: assessment, ADR-001/002/003, FLEX-WP-0005, Go skeleton 2026-05-16 01:54:44 +02:00
.repo-classification.yaml Human-review .repo-classification.yaml (CUST-WP-0050 follow-up) 2026-06-22 17:56:17 +02:00
AGENTS.md Regenerate agent instructions from state-hub templates (CUST-WP-0055 T01) 2026-07-08 14:50:24 +02:00
CLAUDE.md Add credential routing instructions for all agent runtimes 2026-06-18 22:48:37 +02:00
Containerfile Package flex-auth policy service 2026-08-09 01:35:30 +02:00
go.mod Implement policy package loader 2026-05-17 05:30:40 +02:00
go.sum Implement policy package loader 2026-05-17 05:30:40 +02:00
INTENT.md docs(intent/scope): align with ops-warden as first shipped consumer 2026-06-27 20:37:07 +02:00
LICENSE Adopt Target Revenue Source License V1C1 (org-wide preliminary rollout) 2026-07-30 00:16:31 +02:00
Makefile Implement inbound caller authentication (ADR 0004); close T03 and T05 2026-08-18 15:22:52 +02:00
README.md Refine workplans for CARING profile 2026-05-17 04:15:38 +02:00
SCOPE.md docs(scope): reflect baseline complete — all FLEX-WP-0001..0007 done 2026-06-30 01:40:19 +02:00
tenancy.yaml Implement inbound caller authentication (ADR 0004); close T03 and T05 2026-08-18 15:22:52 +02:00
WORK-RECORDS.md Implement inbound caller authentication (ADR 0004); close T03 and T05 2026-08-18 15:22:52 +02:00

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.