Make undeclared policy attribute reads a validate error.

FLEX-WP-0025-T03: flex-auth validate flags input.*.attributes keys that
no sibling registry or manifest supplies. A broken testdata package
proves tests can pass while the ceiling remains caller-only.

Assistant: grok
Assistant-Session: 01a09dc1-b21e-77e1-919e-fcad2f82b267
This commit is contained in:
tegwick 2026-09-14 09:54:09 +02:00
parent 80cae28a74
commit c074237aac
10 changed files with 401 additions and 3 deletions

View file

@ -0,0 +1,26 @@
{
"systems": [
{
"id": "testdata",
"name": "Undeclared ceiling fixture"
}
],
"resource_manifests": [
{
"id": "testdata-secrets",
"system": "testdata",
"resources": [
{
"id": "secret:example",
"type": "secret",
"attributes": {
"actor_id": "example"
}
}
]
}
],
"subjects": [],
"groups": [],
"relationships": []
}