How to connect to AWS generate_db_auth_token? #423
Unanswered
bartolsthoorn
asked this question in
Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to connect to a MySQL db at AWS where the password is generated by generate_db_auth_token: https://docs.aws.amazon.com/cli/latest/reference/rds/generate-db-auth-token.html.
In Python, this looks something like this:
However, the auth_token password is a long string, for example (from the docs).:
This does not make for a working connection string that parses by dbmate. Has anyone managed to connect dbmate to mysql RDS through this IAM authentication?
Beta Was this translation helpful? Give feedback.
All reactions