seanghaeli opened a new pull request, #69890: URL: https://github.com/apache/airflow/pull/69890
The `example_sql_to_s3` and `example_s3_to_sql` system tests create a Redshift cluster without setting `publicly_accessible`, so it defaults to `True` (`RedshiftCreateClusterOperator` default) and the cluster gets a public endpoint. This trips AWS AppSec "Publicly Accessible Database" scans on the test account. Set `publicly_accessible=False` on both, matching `example_redshift.py`. The test worker reaches the cluster from within the VPC, so a non-public endpoint is sufficient. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
