-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
update aws oidc db enrollment role permissions #44717
update aws oidc db enrollment role permissions #44717
Conversation
What happens if the user doesn't have the correct permissions? Are they asked to re-run the script in cloudshell? Or do we just throw an error because they can list databases but can't list VPCs? |
That's a good point and something we have to handle in the frontend code. |
i'm pretty sure it does, but i'll test it |
@GavinFrazar See the table below for backport results.
|
This PR adds the permissions necessary for the AWS RDS enrollment created IAM role to list VPCs and subnets.
Related PRs:
Part of:
cc @kimlisa