mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
feat(cloudfront): Ensure Cloudfront distributions have origin failover configured (#4868)
Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
edc78bfd6b
commit
ae794c7c32
+3
@@ -45,6 +45,7 @@ class Test_cloudfront_distributions_https_enabled:
|
||||
viewer_protocol_policy=ViewerProtocolPolicy.allow_all,
|
||||
field_level_encryption_id="",
|
||||
),
|
||||
origin_failover=False,
|
||||
)
|
||||
}
|
||||
|
||||
@@ -84,6 +85,7 @@ class Test_cloudfront_distributions_https_enabled:
|
||||
viewer_protocol_policy=ViewerProtocolPolicy.redirect_to_https,
|
||||
field_level_encryption_id="",
|
||||
),
|
||||
origin_failover=False,
|
||||
)
|
||||
}
|
||||
|
||||
@@ -123,6 +125,7 @@ class Test_cloudfront_distributions_https_enabled:
|
||||
viewer_protocol_policy=ViewerProtocolPolicy.https_only,
|
||||
field_level_encryption_id="",
|
||||
),
|
||||
origin_failover=False,
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user