Closed
Description
As per https://stackoverflow.com/questions/50120593/aws-c-rds-generateconnectauthtoken-does-not-work-works-from-aws-cli I am trying to get the RDS auth token from the C++ SDK in a similar way that I can get the token from the AWS CLI.
Now, If I insert the aws rds --generate-db-auth-token output in to my c++ application, it works. But if I insert the output of RDSClient::GenerateConnectAuthToken, that doesn't work.
Do I need to copy what's described here (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.Java.html) about manually signing ?
Any help, much appreciated.
Windows
AWSSDKCPP-RDS.1.4.20141031.34
Visual Studio 2017