Skip to content

Commit

Permalink
really fix policy
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-nhs committed Sep 4, 2024
1 parent 1203fff commit 7cdaffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SAMtemplates/tables/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ Resources:
- kms:Decrypt
Resource: "*"
Condition:
ArnLike: !Sub "arn:aws:iam::${AWS::AccountId}:role/aws-reserved/sso.amazonaws.com/${AWS::Region}/AWSReservedSSO_ReadOnly*"
ArnLike:
aws:PrincipalArn: !Sub "arn:aws:iam::${AWS::AccountId}:role/aws-reserved/sso.amazonaws.com/${AWS::Region}/AWSReservedSSO_ReadOnly*"

PrescriptionStatusUpdatesKMSKeyAlias:
Type: AWS::KMS::Alias
Expand Down

0 comments on commit 7cdaffe

Please sign in to comment.