We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d56ca commit 9b7f6f5Copy full SHA for 9b7f6f5
README.md
@@ -2,6 +2,12 @@
2
3
[![CI][ci-badge]][ci-build]
4
5
+> [!IMPORTANT]
6
+>
7
+> The Cloud SQL Auth Proxy does not currently support Unix domain socket
8
+> connections to MySQL 8.4 instances. This is due to a [known issue](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/issues/2317)
9
+> involving the new default `caching_sha2_password` authentication plugin.
10
+
11
The Cloud SQL Auth Proxy is a utility for ensuring secure connections to your
12
Cloud SQL instances. It provides IAM authorization, allowing you to control who
13
can connect to your instance through IAM permissions, and TLS 1.3 encryption,
0 commit comments