Skip to content

Commit

Permalink
duo-labs#164 Updating Global Condition Keys
Browse files Browse the repository at this point in the history
  • Loading branch information
caroseuk committed Mar 16, 2021
1 parent 36009bc commit f685cb1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions parliament/statement.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,12 @@ def is_valid_account_id(str):
"aws:EpochTime": "Date", # This needs to accept Date or Numeric
"aws:MultiFactorAuthAge": "Numeric",
"aws:MultiFactorAuthPresent": "Bool",
"aws:PrincipalAccount": "String",
"aws:PrincipalOrgID": "String",
"aws:PrincipalArn": "Arn",
"aws:PrincipalOrgPaths": "String",
"aws:PrincipalTag": "String",
"aws:PrincipalType": "String",
"aws:RequestedRegion": "String",
"aws:SecureTransport": "Bool",
"aws:UserAgent": "String",
Expand All @@ -159,6 +163,7 @@ def is_valid_account_id(str):
"aws:Referer": "String",
"aws:RequestTag/*": "String",
"aws:ResourceTag/*": "String",
"aws:SecureTransport": "Bool",
"aws:SourceAccount": "String",
"aws:SourceArn": "Arn",
"aws:SourceIp": "Ip",
Expand Down

0 comments on commit f685cb1

Please sign in to comment.