Skip to content

RDSClient::GenerateConnectAuthToken doesn't work (whereas the cli: aws rds --generate-db-auth-token does) #861

Closed
@MCox-cat

Description

@MCox-cat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.duplicateThis issue is a duplicate.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions