Skip to content
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

Missing API: aws rds generate-db-auth-token #619

Open
schlichtanders opened this issue May 3, 2023 · 1 comment
Open

Missing API: aws rds generate-db-auth-token #619

schlichtanders opened this issue May 3, 2023 · 1 comment

Comments

@schlichtanders
Copy link

I would like to setup IAM access to a RDS database. Following this official documentation one need to call

aws rds generate-db-auth-token --hostname $RDSHOST --port 5432 --region us-west-2 --username jane_doe

I haven't found this generate-db-auth-token functionality under RDS. Is it missing?

@mattBrzezinski
Copy link
Member

I just checked, we generate Julia code based off of https://github.com/aws/aws-sdk-js which does not have an endpoint for generating a DB auth token so it's not available to us either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants