[Bug] JDBC URL connection using db_username instead of db_name for accessing DB #8650
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
type: question
Request for information or clarification. Not an issue.
Hey, I am setting up an application on Google Cloud tech stack:
GCP SQL Postgress 15
Spring JPA 3.0.1
Google App Engine
followed the examples on: https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/cloud-sql/postgres/servlet/src/main/java/com/example/cloudsql/ConnectorConnectionPoolFactory.java
My configs:
My app.yaml
Error:
I have solved the problem with creating the user as the name of the db, however, this seems like a bug to me.
Thank you!
The text was updated successfully, but these errors were encountered: