feat: adopt security zones and explicit workload refs
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a0291a-1e87-7151-9934-fcbfe3f65eb1
This commit is contained in:
parent
12c637cbf2
commit
7ce58ae638
52 changed files with 1547 additions and 658 deletions
|
|
@ -12,7 +12,7 @@ from warden.routing.catalog import (
|
|||
find_catalog_path,
|
||||
load_catalog,
|
||||
)
|
||||
from warden.routing.models import Delegation, RouteEntry
|
||||
from warden.routing.models import Delegation, RouteEntry, WorkloadReference
|
||||
|
||||
__all__ = [
|
||||
"Catalog",
|
||||
|
|
@ -20,6 +20,7 @@ __all__ = [
|
|||
"CatalogFreshness",
|
||||
"Delegation",
|
||||
"RouteEntry",
|
||||
"WorkloadReference",
|
||||
"find_catalog_path",
|
||||
"load_catalog",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue