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

feat: add support for GCP postgres instance authentication using IAM with service account keyfile/keyfile json #3162

Merged
merged 3 commits into from
Sep 23, 2024

Commits on Sep 23, 2024

  1. feat: add support for GCP postgres instance authentication using IAM …

    …and service account keyfile/keyfile json
    
    GCP Cloud SQL client libraries supports passing credentials built from service accounts keyfiles or json
    https://github.com/GoogleCloudPlatform/cloud-sql-python-connector?tab=readme-ov-file#configuring-the-connector
    liaco committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5a087ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    023d0ad View commit details
    Browse the repository at this point in the history
  3. Fix: style

    liaco committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b3d598f View commit details
    Browse the repository at this point in the history