Hi, I'm using self hosted prefect and I want to configure my own PostgresDB.
What's the best way to pass in the connection string? I don't want to store the password in a plaintext environment variable. I'd prefer to resolve it at runtime from AWS Secrets Manager, if possible.
Can anyone advice? Thanks.