From 1ea9f0b3890223fa9a47503be9f1b739610ac73e Mon Sep 17 00:00:00 2001 From: carose Date: Tue, 16 Mar 2021 17:41:58 +0000 Subject: [PATCH] #164 Updating Global Condition Keys (#183) --- parliament/statement.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/parliament/statement.py b/parliament/statement.py index fc7db73..eb05d5a 100644 --- a/parliament/statement.py +++ b/parliament/statement.py @@ -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", @@ -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",