-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Support IAM permission boundaries #5174
Comments
Pull requests submitted:
|
Beautiful, thanks! |
Looks like all the PRs are merged, and I think will all be in by 1.30. Thanks again for all the work 😄 |
Indeed! All support will be in version 1.30.0 of the AWS provider, releasing middle of this week. 👍 |
These have all been released in version 1.30.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
Doesn't seem to support multiple permission boundary policies, any plan to support it? |
@nusnewob Can you explain more what you mean? Looks to me like the AWS implementation supports a single policy as the permission boundary, and you can only attach one permission boundary on a role or user. |
@lorengordon I think he means writting stuff like this
But yet, we cannot add a boundary_policy_arn field UPDATE My bad, we can do this only on creation
|
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Description
AWS just released IAM permission boundaries, a very cool new feature that allows us to let IAM principals do stuff with IAM without granting them effective admin powers.
Read more here.
New or Affected Resource(s)
aws_iam_user
aws_iam_role
Potential Terraform Configuration
It would likely just be another optional attribute on each of those resources to specify a managed policy ARN representing the permissions boundary.
References
The text was updated successfully, but these errors were encountered: