-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datasource and IAM plugin #288
Comments
Hi @dron1t, thank you for raising this issue, we will look into it. |
Hi, |
Indeed, I did observe the same behaviour.
into (simplified)
or conditionally to the above if USER and PASSWORD are present in |
…ies on connect (#292) ### Summary DataSourceConnectionProvider to not remove user/password properties on connect This is to address #288 ### Description Changed PropertyDefinition removeAll() static method to removeAllExceptCredentials(). Updated DataSourceConnectionProvider to switch from removeAll() to removevAllExceptCredentials(). Added unit tests for PropertyDefinition Added integration test to AuroraMysqlAwsIamIntegrationTest to test this case. ### Additional Reviewers @sergiyv-improving
Hello @dron1t |
Hi @aaronchung-bitquill. Hey sorry for the delay, I just came back from the holiday break. |
Thank you, @aaronchung-bitquill, great stuff. |
Thank you. We'll be closing this issue. Please feel free reach out again with any other issues you encounter. :) |
Hey I have a question about how to configure Datasource with IAM plugin. Tried using this following configuration as DataSource:
Unfortunately no joy. It generates a token that ends up in properties under password but in a later stage in DefaultConnectionProvider it ends up being removed and while obtaining a connection it tries to use a password instead of a token.
The text was updated successfully, but these errors were encountered: