docs(workplan): clarify denial verification
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a02e47-6aac-7ee1-914d-0584c75d3c81
This commit is contained in:
parent
225fc5b73e
commit
0eb46d61b5
1 changed files with 5 additions and 2 deletions
|
|
@ -222,8 +222,11 @@ non-allow effect.
|
|||
The integration was exercised over real HTTP against `flex-auth serve` with
|
||||
this repository's railiance registry and policy. A bound request allowed; the
|
||||
same helper rejected `ttl_out_of_bounds`, `actor_type_not_allowed`,
|
||||
`purpose_not_allowed`, and `delivery_mode_not_allowed`. With flex-auth
|
||||
unreachable, strict mode blocked and optional mode deliberately continued as
|
||||
`purpose_not_allowed`, and `delivery_mode_not_allowed`. For those deny probes,
|
||||
the otherwise-valid helper request was mutated at the HTTP boundary after its
|
||||
local validation, ensuring the independent flex-auth policy—not the helper's
|
||||
duplicated local guard—produced each rejection. With flex-auth unreachable,
|
||||
strict mode blocked and optional mode deliberately continued as
|
||||
`local-preauthorized`. No credential issuance function or secret material was
|
||||
used. The 70-test railiance credential suite, `go test ./...`, and `go vet
|
||||
./...` all pass.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue