Document AWS RDS IAM auth with short-lived tokens#3141
Conversation
Adds an About core mapping note under the controllers/routes section so the handler string wiring reads step-by-step. Touches the Controllers doc feedback from strapi#3139 and keeps the existing CRUD bullet list intact. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
7ae9697 to
5de2aee
Compare
| </TabItem> | ||
| </Tabs> | ||
|
|
||
| ### Example: PostgreSQL with AWS RDS IAM authentication (dynamic password token) |
There was a problem hiding this comment.
Could you please move this content inside the PostgreSQL tab?
You'd have to remove the h3, of course.
You can use the following formatting instead:
Example: PostgreSQL with AWS RDS IAM authentication (dynamic password token).
If it looks too bulky in the rendered page, we might want to include this content in a details block.
pwizla
left a comment
There was a problem hiding this comment.
Thank you, @singhvishalkr.
The example with dynamic password token for PostgreSQL should go into the PostgreSQL. It does not deserve an h3, which would break the page's logic flow.
pwizla
left a comment
There was a problem hiding this comment.
LGTM now.
I also added a link to AWS RDS IAM docs.
Merging it, thank you.
* Explain core mapping between REST handlers and controller exports Adds an About core mapping note under the controllers/routes section so the handler string wiring reads step-by-step. Touches the Controllers doc feedback from #3139 and keeps the existing CRUD bullet list intact. * Add AWS RDS IAM auth example for database config * Apply suggestion from @pwizla * docs(database): place RDS IAM example inside PostgreSQL tab * Apply suggestion from @pwizla * Apply suggestion from @pwizla --------- Co-authored-by: Vishal Kumar Singh <vishal.kr.singh2021@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
This adds a short note that the database
connectionobject is passed through to Knex, then includes an example for using AWS RDS IAM authentication with a short-lived token via KnexexpirationChecker.Closes #1789.