fix(admission): restrict approval audit sender to the platform tenant
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Assistant: codex
Assistant-Model: gpt-5.6-luna
Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
tegwick 2026-09-08 17:01:41 +02:00
parent 633f68b81b
commit bbe8c15494
5 changed files with 46 additions and 22 deletions

View file

@ -16,7 +16,7 @@
"approval-engine"
],
"tenants": [
"*"
"tenant:platform"
],
"may_write": true,
"may_read": false,

View file

@ -31,7 +31,7 @@ data:
{
"name": "approval-engine",
"sources": ["approval-engine"],
"tenants": ["*"],
"tenants": ["tenant:platform"],
"may_write": true,
"may_read": false,
"evidence_kind": "load-bearing"