-
Notifications
You must be signed in to change notification settings - Fork 4k
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
RDS: Support enabling IAM DATABASE Authentication #1558
Comments
I have a WIP for this, but the permission-granting API for the |
+1 |
any news on this? |
@RomainMuller did you submit your WiP anywhere? |
@skinny85 - nope I never managed to finish that completely; and the underlying APIs changed quite a bit in between... so it's as good as not existent. |
Work left here is to build a |
As a follow-on to enabling IAM database auth, this change makes it easier to grant a user/role access to the database via policy. fixes #1558
As a follow-on to enabling IAM database auth, this change makes it easier to grant a user/role access to the database via policy. fixes #1558 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
The current RDS constructs do not surface the IAM DB Authentication configuration, making it unusable without resorting to escape hatches.
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html
The text was updated successfully, but these errors were encountered: