secrets-engine/docs
tegwick 03c0569820
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s
feat: adopt the owner-documented PDP access path, and prove it live
Adoption asked for by flex-auth (FLEX-WP-0021-T05) and glas-harness
(GLAS-WP-0015), plus the first real decision this engine has obtained from
the deployed pin -- which found a defect the fixtures could not.

ACCESS PATH. require_supported_pdp_address refuses in-cluster Service names
and any non-loopback host. This is no longer a unilateral call: the owner
path is documented as loopback kubectl port-forward over the authenticated
Kubernetes API, which is what authenticates the responder transitively
(FLEX-DEC-2026-010). A Service name from a workstation does not fail, it
resolves through the DNS search suffix to an unrelated public host, and
since decision records carry no signature, a responder knowing the
published package and version can return an allow that passes every check
we make. Fail-closed protects against a PDP that is absent, not one that
lies. The guard runs before the token is read, so a misdirected request
cannot leak it; a test pins that ordering.

LIVE PROOF. Minted a 10-minute TokenRequest token (audience flex-auth, SA
secrets-engine/secrets-engine, mode 0600 outside the worktree, shredded
after), forwarded to the named pod, and sent a real CheckRequest for
glas-claude-agent-dev-anthropic. Result: allow, catalog_lane_policy_matched,
served by v2 (sha256:bd11c5fe...) -- so the redeploy flex-auth flagged as
outstanding has landed and the pin no longer serves the tenant-blind v1.
Our tenant fix is confirmed against the real service: binding.tenant is
tenant:platform.

THE DEFECT IT FOUND. The evaluator enriches from its registry before
hashing -- subject gains attributes and tenant, resource gains tenant --
so binding.request_digest is over material we never sent and cannot
reproduce. validate_decision_envelope rejects every real allow.

Every replay test passes because _request_from() rebuilds the request out
of the binding, i.e. the enriched form: a self-consistent fake agreeing
with itself, which hid this through three rounds of digest work. Third
time a real artifact has beaten a fake in this integration.

NOT FIXED, DELIBERATELY. Rejecting a valid allow is wrong in the safe
direction. Which fields may be enriched is flex-auth's contract to publish;
inferring it means accepting a binding that differs from our proposal in a
way we decided was benign -- the fail-open shape GH-DEC-2026-008 rejected
for vocabularies and FLEX-DEC-2026-007 for digests. Raised with them.

Tenant question closed by operator decision 5ed3fb35: tenant:platform
exactly, and service_auth.TENANT stays tenant:coulomb because the two
identity layers are to remain distinct. Declining to author that mapping
was right -- the answer was neither reading offered.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01E4tNMAYcSQmZWUE4wqP4ij

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 715726@bnt-lap001
Assistant-Session: 80a42b32-cba6-4b23-8be0-68819b1a6092
2026-09-07 00:22:12 +02:00
..
approval-consumption.md feat: bind the destroy gate to approval_binding_digest and pdp_path 2026-09-06 20:39:59 +02:00
catalog-admission.md feat: prepare data-only Anthropic native delivery lane 2026-09-06 00:25:37 +02:00
cli.md Add native rotate and persistent lane overlay states 2026-09-02 13:09:10 +02:00
gated-actions.md docs: publish the authoritative gated-action list for flex-auth 2026-09-06 01:27:17 +02:00
glas-claude-delivery.md feat: prepare data-only Anthropic native delivery lane 2026-09-06 00:25:37 +02:00
hardening-backlog.md Add native rotate and persistent lane overlay states 2026-09-02 13:09:10 +02:00
native-lane-cutover.md Prepare WP-0006 first-lane native cutover packet 2026-09-03 23:36:42 +02:00
netkingdom-security-infrastructure.md Declare Engine/Lifecycle against security layer model v0.7 2026-08-29 11:57:47 +02:00
openbao-jwt-login.md Add named engine auth and accessor-file session revoke 2026-09-02 01:24:08 +02:00
openbao-stage-roles.md feat: add auth-capability lanes and pilot closeout 2026-06-29 16:58:16 +02:00
ops-warden-routing-contract.md Document scope alignment and warden-sign readiness 2026-06-30 00:52:05 +02:00
pdp-access-path.md feat: adopt the owner-documented PDP access path, and prove it live 2026-09-07 00:22:12 +02:00
publication-scope-policy.md Migrate whynot-design npm catalog and docs to Forgejo registry 2026-07-09 11:38:15 +02:00
secret-use-evidence-contract.md Ship secret-use snapshot surface for kings-guard 2026-09-02 01:31:23 +02:00
service-auth.md Add named engine auth and accessor-file session revoke 2026-09-02 01:24:08 +02:00
ssh-ca-signing-contract.md Implement SECRETS-WP-0008 unblocked layer-model obligations 2026-08-29 12:52:55 +02:00
statehub-register.md Initial commit 2026-06-28 09:03:37 +00:00
template-validation-checklist.md Initial commit 2026-06-28 09:03:37 +00:00
tenant-alignment.md feat: adopt the owner-documented PDP access path, and prove it live 2026-09-07 00:22:12 +02:00
warden-sign-auth-capability.md Close warden-sign token lane 2026-06-30 01:01:55 +02:00
whynot-design-real-publish-closeout.md Add value-safe verification and audit reporting 2026-08-23 12:33:38 +02:00