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
and make sure your DATABASE_URL has the scheme postgres+iam and the query string use_iam_auth=true, something like postgres+iam://iam_user@rds_endpoint/dbname?use_iam_auth=true.
The text was updated successfully, but these errors were encountered:
Not really an issue, but someone may find this useful. If you want to use this with dj-database-url, add a scheme entry:
and make sure your
DATABASE_URL
has the schemepostgres+iam
and the query stringuse_iam_auth=true
, something likepostgres+iam://iam_user@rds_endpoint/dbname?use_iam_auth=true
.The text was updated successfully, but these errors were encountered: