How to connect to PostgreSQL using a temporary token as the password? #4479
Unanswered
AshtarCodes
asked this question in
Q&A
Replies: 1 comment
-
I am using the website template by the way. It has integrated payload and next apps - maybe this is part of why it fails. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to pass the auth token generated by the AWS RDS client as the password for my connection string. I can't seem to find a way to do it. The problem is that v3 of the AWS SDK only has an asynchronous signer method,a dn I don't know how to call that within the payload.config.ts.
Am I doing this wrong, or could this be a possible feature / bug ?
Here is one of the ways I have tried:
npm run dev
Beta Was this translation helpful? Give feedback.
All reactions