Data Core · Data Governance · Module

Access

Who may see what, on what basis, and how that is reviewed — balancing the cost of restriction against the cost of exposure deliberately.

The idea

How it works

Access is granted readily and revoked rarely, which means permissions accumulate with tenure and the longest-serving people can see everything.

Both errors are real. Over-restriction produces workarounds, shadow copies and people asking colleagues to run things for them, which is worse for security than the access would have been.

Working with it

In practice

  1. 01

    Grant by role, not by person

    Individual grants accumulate and are never reviewed. Role-based access changes when the role does.

  2. 02

    Review access periodically

    Annually, with a default of removal for anything unused. It is quick and it always finds something.

  3. 03

    Watch for the workarounds

    Exported spreadsheets and shared credentials are symptoms of access being too hard to obtain legitimately.

  4. 04

    Log access to sensitive data

    Not to catch people, but so that a question about who saw something has an answer.

One level in

The components of access

A component is something that exists afterwards which did not exist before — a deliverable or a mechanism, not an intention.

  1. The permissions

    Who may see what, granted by role.

    Learn
  2. The review

    When access was last checked and what was removed.

    Learn
  3. The workarounds

    Where people are routing around access controls, and why.

    Learn

Exported spreadsheets and shared logins are symptoms of access being too hard to obtain legitimately.