Aws resources on RDS IAM Auth
Requirements
- AWS RDS Cluster with IAM auth enabled
- User on DB Cluster with IAM enabled
- IAM policy with permission on RDS connect
- Role with IAM policy attached
- IAM role attached to an EC2 instance on which openmetadata is deployed or ServiceAccount/Kube2Iam role attached to pod.
How to enable ADS RDS IAM Auth on postgresql
Set the environment variables
Either through helm (if deployed in kubernetes) or as env vars.
The DB_USER_PASSWORD
is still required and cannot be empty. Set it to a random/dummy string.