Tagged articles

tenant isolation

3 articles · Page 1 of 1
Niu Liu
Niu Liu
Aug 31, 2026 · R&D Management

Enterprise Codex Governance: Trustworthy Collection, Secure Access, Auditable Lifecycle

This article details the architecture of an enterprise governance platform for Codex AI coding assistants, covering local encrypted collection with 90ms hooks, server-side parsing with tenant isolation, tiered content access (L0–L3) requiring multi-party approval, and operational use cases from deployment health monitoring to employee offboarding with zero-residue verification.

AI coding assistantCodexKMS
0 likes · 17 min read
Enterprise Codex Governance: Trustworthy Collection, Secure Access, Auditable Lifecycle
ThinkingAgent
ThinkingAgent
Jul 17, 2026 · Information Security

AI Infra Security Governance – Tackling Prompt Injection with Zero Trust

The article walks through real‑world prompt‑injection attacks on AI agents, explains why traditional software‑security models fail for LLM‑driven systems, and presents a layered zero‑trust governance framework—including detection, PII sanitisation, tool‑approval, supply‑chain verification and tamper‑evident audit logs—backed by code samples, benchmark data and concrete implementation guidance.

AI securityLLM GovernancePrompt Injection
0 likes · 38 min read
AI Infra Security Governance – Tackling Prompt Injection with Zero Trust
Hacker Afternoon Tea
Hacker Afternoon Tea
Mar 14, 2022 · Databases

Building a Multi‑Tenant SaaS with Citus: An Official Distributed PostgreSQL Example

This guide walks through creating a multi‑tenant ad‑analytics SaaS using Citus, covering schema design, sharding by company_id, data ingestion, reference tables, online schema changes, tenant‑specific JSONB fields, hardware scaling, large‑tenant isolation, and migration steps with concrete SQL examples and commands.

CitusDistributed SQLJSONB
0 likes · 27 min read
Building a Multi‑Tenant SaaS with Citus: An Official Distributed PostgreSQL Example