File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ export class AgentBrowser extends Construct {
4545 this . screenshotBucket = new s3 . Bucket ( this , 'ScreenshotBucket' , {
4646 encryption : s3 . BucketEncryption . S3_MANAGED ,
4747 blockPublicAccess : s3 . BlockPublicAccess . BLOCK_ALL ,
48+ enforceSSL : true ,
4849 removalPolicy : RemovalPolicy . DESTROY ,
4950 autoDeleteObjects : true ,
5051 lifecycleRules : [
@@ -174,6 +175,10 @@ export class AgentBrowser extends Construct {
174175 id : 'AwsSolutions-COG2' ,
175176 reason : 'Gateway default Cognito user pool uses M2M client credentials flow — MFA not applicable' ,
176177 } ,
178+ {
179+ id : 'AwsSolutions-COG3' ,
180+ reason : 'Gateway default Cognito user pool uses M2M client credentials flow — advanced security not required' ,
181+ } ,
177182 ] , true ) ;
178183
179184 NagSuppressions . addResourceSuppressions ( this . browser , [
You can’t perform that action at this time.
0 commit comments