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

fix: Tune mysql database flags #187

Merged
merged 3 commits into from
Jan 3, 2025
Merged

fix: Tune mysql database flags #187

merged 3 commits into from
Jan 3, 2025

Conversation

shivawandb
Copy link
Contributor

@shivawandb shivawandb commented Dec 5, 2024

This update modifies Cloud SQL database flag configurations to ensure compliance with CIS benchmarks.

The "local_infile" database flag controls the server-side LOCAL capability for LOAD DATA statements.

Enabling the "skip_show_database" flag can improve your data security if you have concerns about users being able to see MySQL databases belonging to other users.

@shivawandb shivawandb requested a review from a team as a code owner December 5, 2024 21:50
@shivawandb shivawandb closed this Dec 5, 2024
@shivawandb shivawandb reopened this Dec 5, 2024
@shivawandb shivawandb merged commit f7c5659 into main Jan 3, 2025
8 checks passed
@shivawandb shivawandb deleted the shiva/cloudsql branch January 3, 2025 18:45
jsbroks pushed a commit that referenced this pull request Jan 3, 2025
### [6.6.1](v6.6.0...v6.6.1) (2025-01-03)

### Bug Fixes

* Tune mysql database flags ([#187](#187)) ([f7c5659](f7c5659))
@jsbroks
Copy link
Member

jsbroks commented Jan 3, 2025

This PR is included in version 6.6.1 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants