GoogleCloudPlatform / cloud-sql-python-connector

A Python library for connecting securely to your Cloud SQL instances.
Apache License 2.0
286 stars 67 forks source link

test: add CAS-based CAs instance to test #1157

Closed jackwotherspoon closed 2 months ago

jackwotherspoon commented 2 months ago

Add integration test to a CAS-based CAs instance.

Because hostname verification is currently disabled we do not need any changes to the lib to support CAS-based instances.

When hostname verification is enabled in the lib via #1087 we will need to add additional logic to handle CAS-instances.