graphgrc

ACC-02: Least Privilege & RBAC

Objective

Minimize risk by ensuring users only have access needed for their role.

Description

Access to systems and data is granted based on job function using role-based access control. Users receive minimum necessary permissions. Production access requires additional approval.

Implementation Details

RBAC Model: Define roles for Engineering, Support, Admin, etc. Map users to roles in identity provider.

AWS Access: Use AWS SSO permission sets tied to job functions. No direct IAM user access. Separate read-only and admin roles.

Production Access: Requires manager approval. Time-limited sessions using AWS SSO or just-in-time access tools.

Service Accounts: Use AWS IAM roles with scoped policies. No broad wildcard permissions.

Examples

Audit Evidence


Framework Mapping

SOC 2

GDPR


Referenced By

This section is automatically generated by make generate-backlinks. Do not edit manually.

Standards:

Processes:

Policies:

Charter: