-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
provider/aws Implement username updates properly for aws-sdk-go #3227
Conversation
…auses transient error for aws_iam_group_membership
…has already changed
Does this also fix #2761 ? |
Any thoughts on that, @graycoder ? |
@graycoder hey sorry for the delay here. Do you by chance have a config that demonstrates for me what this is fixing? I believe that it's good and necessary, but I'm not following when this situation pops up |
@catsby This situation pops up when you rename a user. Without proper update support, one must manually remove the user from any groups they're in when they want to change the user's name (this often happens unexpectedly during an apply). One must also remove any managed policies attached to the user otherwise the same set of events (api errors) happen. |
…tial and changed username/path
Ah, got it. Thanks @graycoder , this looks good to me! |
provider/aws Implement username updates properly for aws-sdk-go
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This should solve #2818