Access controlled knowledge gateway functionality

This commit is contained in:
2026-05-04 15:00:16 +02:00
parent e87406ac9e
commit d923661852
20 changed files with 1486 additions and 14 deletions

View File

@@ -12,6 +12,7 @@ capabilities:
- fts
- sql
- provenance
- policy
- reference_graph
- processor_results
storage:

View File

@@ -0,0 +1,16 @@
id: markitect-local-label-policy
mode: enforce
default_labels: [public]
default_subject: public-agent
subjects:
public-agent:
allowed_labels: [public]
trust_zones: [public]
internal-agent:
allowed_labels: [public, internal]
trust_zones: [public, internal]
path_rules:
- id: private-path
pattern: private/**
labels: [internal]
trust_zone: internal

View File

@@ -0,0 +1,11 @@
---
policy:
labels: [internal]
trust_zone: internal
---
# Internal Note
## Decision
Keep implementation-specific security review notes in the internal trust zone.

View File

@@ -0,0 +1,11 @@
---
labels: [public]
policy:
trust_zone: public
---
# Public Note
## Decision
Share the policy gateway overview with every documentation contributor.