https://prefect.io logo
Title
p

Parul Goyal

02/28/2023, 6:44 AM
Hi community, i have a simple requirement to setup prefect with aws rds as db and SSL enabled. I am getting below error if i mount sever cert to prefect pod. Can someone help me with this? File “/usr/local/lib/python3.9/site-packages/asyncpg/connect_utils.py”, line 881, in _connect return await _connect_addr( File “/usr/local/lib/python3.9/site-packages/asyncpg/connect_utils.py”, line 768, in _connect_addr return await __connect_addr(params, timeout, False, *args) File “/usr/local/lib/python3.9/site-packages/asyncpg/connect_utils.py”, line 831, in __connect_addr await compat.wait_for(connected, timeout=timeout) File “/usr/local/lib/python3.9/site-packages/asyncpg/compat.py”, line 56, in wait_for return await asyncio.wait_for(fut, timeout) File “/usr/local/lib/python3.9/asyncio/tasks.py”, line 479, in wait_for return fut.result() asyncpg.exceptions.InvalidPasswordError: password authentication failed for user
c

Christopher Boyd

02/28/2023, 2:19 PM
I don’t quite understand the question or problem you face - The error listed is a password failure?