Skip to content
MCP server built inHow that works
All articles

Data protection

Why data projects in regulated industries fail at sign-off

In regulated organizations data projects rarely fail on technology. They fail because nobody can answer who saw what, and when.

Daniel Alisch
Daniel AlischCo-Founder lavalake · June 17, 2026 · 3 min

A hospital, a state authority and a bank have little in common — except the structure of their problem. All three hold data whose analysis would obviously be useful, and in all three a sign-off sits between idea and implementation that technical arguments do not satisfy.

What auditors ask

From experience with such processes the list of questions is quite predictable. It is remarkably independent of the industry:

  1. Who accessed this dataset, over what period, under what authorization?
  2. How was this figure produced — from which sources, through which steps?
  3. What happens when an employee changes department? When do they lose access?
  4. Can you reproduce the state as of the reporting date, or only today's?
  5. Who at the vendor can access this data, and how would you know?

None of these questions is about speed, functionality or cost. All five are about traceability. And all five are laborious to answer with a standard installation.

An auditor does not ask for security. They ask for evidence. That difference shapes architectures.

Question five is the one that tips projects over

The first four questions can be answered with careful configuration. The fifth cannot, if the service runs at a provider. By construction there is then an administrative path the provider needs in order to operate the service.

Providers address this with customer-managed keys, sealed environments and access logs. Those are serious measures. But they shift the question from “can anyone access this” to “would we find out” — and for a sign-off that is a weaker answer.

What gets easier on your own infrastructure

RequirementAt a providerOn your own infrastructure
Access evidence across all usersthe provider's logsyour own audit log and retention
Rule out vendor accesscontractual and organizationaltechnical, no path exists
Operation without internet accessusually not possiblepossible, offline updates
Reproduce a reporting datedepends on the producttime travel in the table format
Keys in your own HSMsometimes possiblestandard

The third row is underestimated. Operating without an internet connection — air-gapped — is in some environments not a precaution but a requirement. If a platform needs outbound telemetry or licence checks, it cannot be used there, regardless of everything else.

Frameworks you can lean on

Rather than asserting security in general, it helps to attach to established frameworks. In Germany those are primarily the BSI's IT-Grundschutz and ISO/IEC 27001. Both describe measures an auditor recognizes and can tick off — and both are useful even without pursuing certification, because they prescribe the structure of the evidence.

For personal data the requirements of Article 32 GDPR come on top: encryption, pseudonymization, availability, resilience and the ability to verify the effectiveness of the measures. That last point points back to the audit log.

What I advise project owners

Do not seek sign-off at the end but at the beginning. Concretely: ask the five questions above before selecting a product and require the answers in writing. A vendor who evades question five will not become clearer later — except that by then you have already migrated.

And internally, bring the data protection officer or the information security officer into the selection, not into acceptance testing. Their requirements are rarely surprising, but they are rarely retrofittable.

Sources

Every figure in this article is sourced. Where no defensible source exists, no figure is given.

  1. Article 32 GDPR — security of processing
  2. BSI — IT-Grundschutz (German)
  3. ISO/IEC 27001 — information security management systems
  4. Bitkom Cloud Report 2026 — press release (German)

Related