fix(admission): restrict approval audit sender to the platform tenant
Assistant: codex Assistant-Model: gpt-5.6-luna Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
633f68b81b
commit
bbe8c15494
5 changed files with 46 additions and 22 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"approval-engine"
|
||||
],
|
||||
"tenants": [
|
||||
"*"
|
||||
"tenant:platform"
|
||||
],
|
||||
"may_write": true,
|
||||
"may_read": false,
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue