BetaTeamEnterprise
IAM Authentication
Use AWS RDS or GCP Cloud SQL IAM authentication with mirrord DB branching
AWS RDS IAM Authentication
Minimal Configuration
{
"feature": {
"db_branches": [
{
"type": "pg",
"version": "16",
"connection": { "url": "DATABASE_URL" },
"iam_auth": { "type": "aws_rds" }
}
]
}
}Default AWS environment variables
Field
Default fallback
Custom AWS environment variables
GCP Cloud SQL IAM Authentication
Minimal Configuration
Field
Default fallback
Custom GCP credentials
Last updated
Was this helpful?

