Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(misconf): ssl_mode support for GCP SQL DB instance #7565

Closed
nikpivkin opened this issue Sep 20, 2024 · 0 comments · Fixed by aquasecurity/trivy-checks#258
Closed

feat(misconf): ssl_mode support for GCP SQL DB instance #7565

nikpivkin opened this issue Sep 20, 2024 · 0 comments · Fixed by aquasecurity/trivy-checks#258
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature. scan/misconfiguration Issues relating to misconfiguration scanning
Milestone

Comments

@nikpivkin
Copy link
Contributor

The ssl_mode attribute has been added for the google_sql_database_instance resource to replace the deprecated require_ssl attribute, and since provider version 0.6.1 it has been removed. We need to add support for this attribute, but also retain support for the old one. This affects the AVD-GCP-0015 check.

Docs:

@nikpivkin nikpivkin added kind/feature Categorizes issue or PR as related to a new feature. scan/misconfiguration Issues relating to misconfiguration scanning labels Sep 20, 2024
@nikpivkin nikpivkin self-assigned this Sep 20, 2024
@nikpivkin nikpivkin changed the title feat(misconf): support for ssl_mode for GCP SQL DB instance feat(misconf): ssl_mode support for GCP SQL DB instance Sep 20, 2024
@simar7 simar7 added this to the v0.56.0 milestone Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. scan/misconfiguration Issues relating to misconfiguration scanning
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

2 participants