We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f678d13 commit 2ea5ac1Copy full SHA for 2ea5ac1
1 file changed
src/orb/providers/aws/auth/iam_strategy.py
@@ -34,8 +34,6 @@ class IAMAuthStrategy(AuthPort):
34
35
_DEFAULT_ADMIN_ROLE_PATTERNS: frozenset[str] = frozenset({"Admin", "Administrator", "OrbAdmin"})
36
37
- ASSUME_ALL_PERMISSIONS: bool = False
38
-
39
def __init__(
40
self,
41
logger: LoggingPort,
0 commit comments