Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create asyncpg connections using pre-configured SSLSocket #792

Open
jackwotherspoon opened this issue Jul 11, 2023 · 1 comment
Open

Create asyncpg connections using pre-configured SSLSocket #792

jackwotherspoon opened this issue Jul 11, 2023 · 1 comment
Assignees
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@jackwotherspoon
Copy link
Collaborator

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.

@jackwotherspoon jackwotherspoon added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Jul 11, 2023
@jackwotherspoon jackwotherspoon self-assigned this Jul 11, 2023
@enocom
Copy link
Member

enocom commented Nov 16, 2023

MagicStack/asyncpg#1054

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants