Skip to main content

24 docs tagged with "connectors"

View all tags

ADR-033: PDI-Immune ServiceNow Identity — Versioned Natural Keys + Server-Enforced Deletion Policy

Make ServiceNow entity identity PDI-independent (versioned typed natural keys) and move deletion protection to a server-enforced per-tenant policy, so a curated demo tenant survives any PDI change with zero manual steps. Executed on dev 2026-07-24 (manifest 25bfda55…) and independently re-verified 2026-07-27; 91 legacy entities re-keyed, 10-entity protected floor intact, zero active-graph dangling references.

Agent Auth for Deployed Envs

How an agent (Claude Code, Codex, ad-hoc curl) authenticates through Cloudflare Access AND WorkOS to hit pr-N-dev / dev / app.securityv0.com.

Connector Framework

Interface contract for SecurityV0 connectors following Extract→Transform→Diff→Load pattern

Connector Runtime Architecture

How connectors actually run inside the SecurityV0 platform — VM topology, credential delivery chain (1Password → Key Vault → Managed Identity → VM env → broker → subprocess), scheduler/driver path, tenant isolation invariants, and failure topology. Complements 05-connectors.md (interface contract) with the runtime/infra view.

Enterprise credential-exchange patterns for connectors

Survey of how enterprise security platforms (Wiz, Orca, Datadog) onboard customer cloud + SaaS environments without long-lived shared secrets, paired with foundational cloud-provider federation patterns (AWS cross-account + external-ID, AWS IAM Roles Anywhere, AWS OIDC, Azure multi-tenant app + admin consent, Azure WIF, GCP WIF, GitHub App). Drives a per-connector credential-strategy recommendation for SecurityV0.

Execution Evidence Fidelity

Honest per-connector accounting of how SecurityV0 derives execution counts, where those numbers match ground truth, and where they don't.

Integrations

Integration reference and test scenarios for SecurityV0 source systems

Jira Integration

Jira integration reference for SecurityV0 — Microsoft + Jira NHI access chain discovery

Multi-Account End-to-End Implementation Plan

End-to-end implementation plan combining connector control, multi-account AWS, cross-connector graph stitching, and MediaPro Lab 2 demo — the architecture work that closes the half-stitched-graph problem and gates the early-May MediaPro pilot.

SecurityV0 Infrastructure Strategy

SecurityV0 infrastructure strategy: AWS credits, connector automation, AWS Organization account structure, budget protection, demo lab environments, and phased migration plan from Hetzner.

SV0 Platform Mental Model

Bridge document between what connectors discover and what the platform stores and evaluates. Read this before setting up a dev environment, debugging connector output, or explaining the system to a non-developer.