Skip to content

Commit 2ea5ac1

Browse files
committed
chore(auth/iam): remove unused ASSUME_ALL_PERMISSIONS class attribute
1 parent f678d13 commit 2ea5ac1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/orb/providers/aws/auth/iam_strategy.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ class IAMAuthStrategy(AuthPort):
3434

3535
_DEFAULT_ADMIN_ROLE_PATTERNS: frozenset[str] = frozenset({"Admin", "Administrator", "OrbAdmin"})
3636

37-
ASSUME_ALL_PERMISSIONS: bool = False
38-
3937
def __init__(
4038
self,
4139
logger: LoggingPort,

0 commit comments

Comments
 (0)