-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Self-managed policy in iam-group-with-policies does not work for users with path #334
Comments
This issue has been automatically marked as stale because it has been open 30 days |
We are getting the same issue with S3 buckets now. Removing self-managed policy make it all work...
|
This issue has been resolved in version 5.14.1 🎉 |
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. |
Description
Self-managed policy in iam-group-with-policies does not work for users with path since 5.11.0. Changes introduced removed support for users with path.
Versions
Module version [Required]: v5.11.0+
Terraform version:
Terraform v1.3.7
on darwin_amd64
Provider version(s):
provider registry.terraform.io/hashicorp/aws v4.52.0
Reproduction Code [Required]
examples/iam-group-with-policies
Steps to reproduce the behavior:
/developers/
superadmins
groupDenyAllExceptListedIfNoMFA
statement from self managed policies.Expected behavior
Users with path should be able to perform actions granted in self manage policy.
Actual behavior
An error is returned:
You do not have the permission required to perform this operation. Ask your administrator to add permissions.
Terminal Output Screenshot(s)
Additional context
Introduced in PR #313
The text was updated successfully, but these errors were encountered: