You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ACIX-1891] Disable internet in all host tests by default, add an option to enable it (#54158)
### What does this PR do?
Use a dedicated security group for hosts, that will not allow reaching internet by default, tests that still need internet must call it explicitly in the test definition. Long term goal is to reduce the number of tests that need to reach internet, to improve reliability of those tests
### Motivation
Improve reliability enforce best practices
### Describe how you validated your changes
### Additional Notes
Co-authored-by: nicolas.schweitzer <nicolas.schweitzer@datadoghq.com>
returnnil, fmt.Errorf("no security groups configured to block internet access, set the %s config parameter", aws.DDInfraNoInternetSecurityGroupNamesParamName)
0 commit comments