How isolation works
The layers between your data and everyone else.
Isolation in StrikeOps is layered (defense in depth) so no single failure can expose your clients' data.
The layers
- A separate database per firm: physical isolation, not a shared table with a filter.
- Row-level security as a fail-closed second wall inside that environment.
- Encryption under keys you hold and can revoke at any time.
- Deny-by-default access: nobody, including us, has standing access.
- A zero-access tier where the whole platform runs in your own cloud.