-
Hello, I'm new to hydra and looking to deploy it in our environment. We are working on deploying hydra using Amazon AWS Aurora MySQL. The issue we are having is that we are not permitted to use username / password to access the MySQL DB. We tried using Amazon STS tokens (which replace the password but expires at a regular interval) but Hydra seems to have issues with the format of the token even if we url encode it Sample "STS Token / Password":
Are there alternative authentication methods that do not rely on username / password like Mutual TLS that we can use to connect to MySQL (or other database)? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @jasonn514 we use the go-mysql driver under the hood and support all the options they support: https://github.com/go-sql-driver/mysql#dsn-data-source-name |
Beta Was this translation helpful? Give feedback.
Hi @jasonn514 we use the go-mysql driver under the hood and support all the options they support: https://github.com/go-sql-driver/mysql#dsn-data-source-name