Create asyncpg
connections using pre-configured SSLSocket
#792
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Need to update Python Connector to allow
asyncpg
connections through the use of a pre-configured SSLSocket or asyncio equivalent in order to unblock future IAM checks requiring a socket read/write prior to connecting to Cloud SQL.Similar to current pymysql implementation but through the use of asyncio's
loop.create_connection()
This will require an up-stream patch to the asyncpg library.
The text was updated successfully, but these errors were encountered: