From fbf7c2ee922c771874aa0baae88b8a5dac4eff19 Mon Sep 17 00:00:00 2001 From: David Vail Date: Fri, 15 May 2026 09:04:32 -0400 Subject: [PATCH] Change team ownership of policy enforcement See https://redhat.atlassian.net/browse/ROX-34684?focusedCommentId=16986664 --- workflows/acs-triage/reference/teams.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/workflows/acs-triage/reference/teams.md b/workflows/acs-triage/reference/teams.md index 6cad354..10b4dc3 100644 --- a/workflows/acs-triage/reference/teams.md +++ b/workflows/acs-triage/reference/teams.md @@ -6,9 +6,9 @@ Canonical team list with responsibilities and ownership patterns. ### @stackrox/core-workflows -**Focus:** Central service, core platform, GraphQL API, general infrastructure +**Focus:** Central service, core platform, GraphQL API, general infrastructure, policies and admission-control webhook -**Components:** central, main, api, graphql, postgres, migrations, grpc, protocompat +**Components:** central, main, api, graphql, postgres, migrations, grpc, protocompat, policies **Services:** central (main API server), central-db (PostgreSQL database) @@ -20,6 +20,7 @@ Canonical team list with responsibilities and ownership patterns. - Database migrations - gRPC services - Platform infrastructure +- Policy implementation and enforcement ### @stackrox/sensor-ecosystem @@ -27,14 +28,13 @@ Canonical team list with responsibilities and ownership patterns. **Components:** sensor, compliance, admission-control, sac, booleanpolicy -**Services:** sensor (Kubernetes data collector), admission-control (policy enforcement webhook) +**Services:** sensor (Kubernetes data collector), admission-control **File Paths:** /sensor/**, /compliance/**, /pkg/sac/**, /pkg/booleanpolicy/** **Responsibilities:** - Kubernetes resource monitoring - Compliance scanning -- Policy enforcement - RBAC/SAC implementation - Runtime detection