You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the rag_api connects to the database using standard username/password authentication as seen in database.py line 11
Our team are doing some enhancement on the RDS include adopting AWS IAM Authentication, which will use short-lived authentication tokens instead of storing database passwords. So we want to ask here to support AWS IAM Authentication.
Proposed Solution
Implement AWS IAM authentication support for RDS connections.