awslabs / aws-mysql-jdbc

The Amazon Web Services (AWS) JDBC Driver for MySQL is a driver that enables applications to take full advantage of the features of clustered MySQL databases.
https://awslabs.github.io/aws-mysql-jdbc/
Other
227 stars 49 forks source link

fix: IAM auth in CN RDS (#579) #582

Closed aaronchung-bitquill closed 5 months ago

aaronchung-bitquill commented 5 months ago

Summary

fix: IAM auth in CN RDS (#579)

Description

Previously AwsIamAuthenticationTokenHelper#getRegion aurora DNS pattern did not support CN regions. Added an aurora DNS pattern for CN region specifically.

Additional Reviewers

By submitting this pull request, I confirm that my contribution is made under the terms of the GPLv2 license.