You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated from version 2.50.3 to the latest version. Up to this moment, i was connecting to an external postgre database in GCP, but since the last update im getting a "password authentication failed" error when trying to deploy. Here is an example of what i had until this update:
The value of DD_DATABASE_URL was something like postgres://:@:/<db_name> with the password encoded with urlencoder.
In this update, i see that postgresServer was moved from postgresql.postgresServer. I did this change, but it still no working. I tried multiple things but none worked. Any idea of what the problem can be?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I just updated from version 2.50.3 to the latest version. Up to this moment, i was connecting to an external postgre database in GCP, but since the last update im getting a "password authentication failed" error when trying to deploy. Here is an example of what i had until this update:
postgresql:
architecture: standalone
auth:
database: <db_name>
existingSecret: defectdojo-postgresql-specific
password: ""
secretKeys:
adminPasswordKey: postgresql-postgres-password
replicationPasswordKey: postgresql-replication-password
userPasswordKey: postgresql-password
username:
enabled: false
postgresServer:
....
extraEnv:
valueFrom:
secretKeyRef:
key: DD_DATABASE_URL
name: secret
The value of DD_DATABASE_URL was something like postgres://:@:/<db_name> with the password encoded with urlencoder.
In this update, i see that postgresServer was moved from postgresql.postgresServer. I did this change, but it still no working. I tried multiple things but none worked. Any idea of what the problem can be?
Beta Was this translation helpful? Give feedback.
All reactions