Skip to content
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

feat: Add support for inline policy creation #479

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fatmcgav
Copy link

@fatmcgav fatmcgav commented Apr 19, 2024

Description

This commit adds support for creating an inline policy for an IAM role to the iam-assumable-role-with-oidc and iam-assumable-role modules.

Also updated examples for these modules.

Based on the changes from #78

Motivation and Context

Allows creation of an IAM role with an inline policy.
Fixes: #463 #419 #261

Breaking Changes

None

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@fatmcgav fatmcgav force-pushed the feat/support_inline_policies branch 2 times, most recently from 3ee7dc9 to 7df208a Compare April 19, 2024 20:42
@fatmcgav
Copy link
Author

@bryantbiggs Any chance of a review on this one? 😎

This commit adds support for creating an inline policy for an IAM role
to the `iam-assumable-role-with-oidc` and `iam-assumable-role` modules.

Also updated examples for these modules, and corresponding wrappers.
@fatmcgav fatmcgav force-pushed the feat/support_inline_policies branch from 7df208a to ae6789b Compare May 23, 2024 08:57
@fatmcgav
Copy link
Author

@bryantbiggs / @antonbabenko Any chance of a review on this one? 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inline Policy
2 participants