Use DependencyTrack with Cloud SQL (Postgres) #4644
-
Hi there, I am currently trying to figure out how to correctly configure DT to use my external provisioned Cloud SQL database.
As mentioned in the docs, the URL for the db is configured the following way:
I am using the latest Helm Chart for DependencyTrack and providing the necessary values via Helm as environment variables. Any help on how to achieve the connection properly is highly appreciated <3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I never used CloudSQL, but it seems like you need to provide According to this, the instance connection name can be "found on the instance details page". |
Beta Was this translation helpful? Give feedback.
I never used CloudSQL, but it seems like you need to provide
cloudSqlInstance
in the form ofproject:region:instance
.According to this, the instance connection name can be "found on the instance details page".