You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we use RDS in AWS with weos projects that are deployed to prod. To be able to use AWS IAM the framework should first authenticate using the AWS SDK after which the token that is generated is used as the password in the standard DB connection
* Updated the signature for SQLConnectionFromConfig to return the connection string to make it more testable
* Added two variable to the DB config, one for specifying that IAM is to be used and the other for the AWS Region
* Added InvalidAWSDriver error to be used when an incompatible driver is specified
Right now we use RDS in AWS with weos projects that are deployed to prod. To be able to use AWS IAM the framework should first authenticate using the AWS SDK after which the token that is generated is used as the password in the standard DB connection
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.Go.html#UsingWithRDS.IAMDBAuth.Connecting.GoV2
Example:
UAT
Expected result: Account appears in AWS IAM db
Actual result:
The text was updated successfully, but these errors were encountered: