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 auto IAM authn for `asyncpg` #210

Closed jackwotherspoon closed 7 months ago

jackwotherspoon commented 7 months ago

Add support of auto IAM authn for asyncpg and the AsyncConnector through the use of asyncpg allowing a callable for its password field.

In the future this will be updated to use the metadata exchange like the Connector class currently does.

Related to #152