The people running it did. Misaligned roles, vague permissions, and brittle access controls add latency to every decision. Infrastructure resource profiles and granular database roles are how you strip the chaos out of operations.
An infrastructure resource profile is the source of truth for who can touch what. It links compute, storage, services, and network access into a defined scope. No guesswork and no blanket privileges—only the resources required for the job.
Granular database roles take that principle into the data layer. Instead of a single “admin” role granting powers far beyond need, you create narrow, well-defined roles for each operational or application function. Read-only data analyst. Write-restricted ingestion service. Maintenance engineer with no visibility into customer data. Each role maps to one or more infrastructure resource profiles so access is both least-privilege and explicit.