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

Add CloudSQL connector dependencies for Postgres. #470

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

marikomedlock
Copy link
Collaborator

  • Added new dependencies for the PostGres CloudSQL connector.
  • With environment variables set as below, this should allow the VUMC SDD deployment in AppEngine to connect to CloudSQL with no VPC connector and over the public IP.
  TANAGRA_DB_URI: jdbc:postgresql:///tanagra_db
  TANAGRA_DB_USERNAME: *****
  TANAGRA_DB_PASSWORD: *****
  TANAGRA_DB_CLOUD_SQL_INSTANCE: **project:region:instance**
  TANAGRA_DB_SOCKET_FACTORY: com.google.cloud.sql.postgres.SocketFactory
  TANAGRA_DB_DRIVER_CLASS_NAME: org.postgresql.Driver

DO NOT MERGE until VUMC confirms this deployed successfully for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant