Skip to content

Is there a C++ equivalent of "aws rds generate-db-auth-token " ? #864

Closed
@Bu11etmagnet

Description

@Bu11etmagnet

What platform/OS are you using?

Linux Ubuntu 17.10

What compiler are you using? what version?

gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2)

What's your CMake arguments?

cmake -G -DCPP_STANDARD=11 -DCUSTOM_MEMORY_MANAGEMENT=0 ..

https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.Connecting.Java.html has an example of getting an authentication token from an instance of com.amazonaws.services.rds.auth.RdsIamAuthTokenGenerator.

This class doesn't seem to be present in the C++ SDK. There's aws-cpp-sdk-rds but there doesn't seem to be an equivalent to com.amazonaws.services.rds.auth.

Is RDS auth going to be available in the C++ SDK?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions