Skip to content

Commit

Permalink
Fix for issue awslabs#252 mediastore policy bug updated the integ.def…
Browse files Browse the repository at this point in the history
…ault.expected.json file for new policy output. Tested deploying and see that requests to MediaStore are not allowed directly, only requests to CloudFront now make it to MediaStore. How it should be working I presume.
  • Loading branch information
eggoynes committed Jul 1, 2021
1 parent 49f1541 commit 7906c78
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@
{
"Ref": "AWS::StackName"
},
"/*\",\"Condition\":{\"Bool\":{\"aws:UserAgent\":\"",
"/*\",\"Condition\":{\"StringEquals\":{\"aws:UserAgent\":\"",
{
"Ref": "testcloudfrontmediastoreCloudFrontOriginAccessIdentity966405A0"
},
"\",\"aws:SecureTransport\":\"true\"}}}]}"
"\"},\"Bool\":{\"aws:SecureTransport\":\"true\"}}}]}"
]
]
}
Expand Down

0 comments on commit 7906c78

Please sign in to comment.