Hey I've been looking at the postgres tap and was ...
# troubleshooting
a
Hey I've been looking at the postgres tap and was wondering if it was possible to authenticate with IAM instead of user/pw? This is for a AWS RDS instance we're trying to connect to. I haven't seen anything in the repo or docs relating to it
e
Hi @Andrew Hintermeier! Yeah, it's not support at the moment, but do log a feature request in the tap-postgres repo. Perhaps something like https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/rds/client/generate_db_auth_token.html could be leveraged here?