-
Notifications
You must be signed in to change notification settings - Fork 4
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
🐞 Quicksight can't connect to aws rds - postgres (v14 and above) #6094
Comments
Raised with AWS - 173149054800692 |
IIRC this was solved after DC team made some changes to RDS, we should capture them in user guidance |
👋 @ministryofjustice/data-catalogue do you have list of things you did to make this work? |
@jacobwoffenden we basically had to change to md5 for the user that connects to quicksight. The commands are in our runbook here https://runbooks.find-moj-data.service.justice.gov.uk/documentation/runbooks/015-dashboard.html#data-connectivity Looks like you're already in the email chain with AWS but let me know if you want me to resend that as well. |
Describe the bug.
The issue is an encryption type mismatch between the postgres version (15) we have used for aws rds instance and the driver used by quicksight.
Postgres 14 and above encrypts passwords using SCRAM and before that (which is what quicksight expects) uses md5. This results in the following error when trying to connect to CP postgres from AP quicksight
Suggested fixes relate to configuring postgres to encrypt passwords using md5 encryption
some useful links
https://community.amazonquicksight.com/t/my-quicksight-cannot-connect-to-rds-postgresql-db-via-vpc/4696/4
https://repost.aws/questions/QUH9WSQIV7Q026ODqYS7p2HQ/rds-data-source-validation-timeout-in-amazon-quicksight
To Reproduce
Expected Behaviour
to be able to connect to postgres via quicksight
Additional context
No response
The text was updated successfully, but these errors were encountered: