dataall icon indicating copy to clipboard operation
dataall copied to clipboard

Simplify and refactor IAM role and user into a common interface

Open TejasRGitHub opened this issue 7 months ago • 0 comments

The iam.py file is getting bulkier and with IAM users support contains a lot of functions for IAM principals.

Create a common IAMPrincipals interface and provide a factory method to instantiate either IAM role or IAM user

TejasRGitHub avatar May 21 '25 14:05 TejasRGitHub