GoogleCloudPlatform / alloydb-python-connector

A Python library for connecting securely to your AlloyDB instances.
Apache License 2.0
28 stars 7 forks source link

feat: add support for auto IAM authentication to `Connector` #191

Closed jackwotherspoon closed 8 months ago

jackwotherspoon commented 8 months ago

Perform new metadata exchange for connection through the Connector class and add support for automatic IAM authentication through enable_iam_authn flag.

Related to #152

NOTE: Still need to add support for auto iam authentication to AsyncConnector class to add support for asyncpg, follow-up PR incoming.

jackwotherspoon commented 8 months ago

Integration tests passing ✅

Just need to setup mock metadata server for unit tests