Skip to content

Commit

Permalink
chore: update README badge (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon authored Feb 13, 2023
1 parent e18b1bc commit 5c64d11
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Cloud SQL Connector for Java

![CI Java 8][ci-badge-java-8]
![CI Java 11][ci-badge-java-11]
[![CI][ci-badge]][ci-build]

[ci-badge]: https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/actions/workflows/tests.yml/badge.svg?event=push
[ci-build]: https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/actions/workflows/tests.yml?query=event%3Apush+branch%3Amain

The Cloud SQL Connector for Java is a library that provides IAM-based authorization and encryption when connecting to a Cloud SQL instance. It can *not* provide a network path to a Cloud SQL instance if one is not already present. See the [Connecting Overview](https://cloud.google.com/sql/docs/mysql/connect-overview) page for more information on connecting to a Cloud SQL instance.

Expand Down Expand Up @@ -68,9 +70,6 @@ Here are some troubleshooting tips to resolve common issues that come up when us
1. Make sure you are using the latest version of the Cloud SQL Connector and your database driver to avoid incompatibilities. Some older versions of drivers are not supported
1. The Java connector provides authorization for connections, but it does not provide new paths to connectivity. For example, in order to connect to a Cloud SQL instance using a Private IP address, your application must already have VPC access.

[ci-badge-java-8]: https://storage.googleapis.com/cloud-devrel-public/cloud-sql-connectors/java/java8_linux.svg
[ci-badge-java-11]: https://storage.googleapis.com/cloud-devrel-public/cloud-sql-connectors/java/java11_linux.svg

## Support policy

### Major version lifecycle
Expand Down

0 comments on commit 5c64d11

Please sign in to comment.