Zero-Trust Data Layer
This documentation page is currently being prepared. Technical details and usage examples will be available here very soon.
Zero-Trust Architecture & Data Isolation
At ProcureOS, security is not an afterthought. We implement a Zero-Trust architecture where every request is verified, and data is isolated at the database level.
Supabase RLS & AES-256-GCM
We utilize Row Level Security (RLS) on all PostgreSQL tables, ensuring that a partner or supplier can only access data explicitly linked to their unique UUID. Sensitive catalog data is encrypted using military-grade AES-256-GCM before hitting the disk.