Ability to pass a Permission boundary name via the context on the command line#31
Open
DannyBlazejczak wants to merge 2 commits intoaws-samples:mainfrom
Open
Ability to pass a Permission boundary name via the context on the command line#31DannyBlazejczak wants to merge 2 commits intoaws-samples:mainfrom
DannyBlazejczak wants to merge 2 commits intoaws-samples:mainfrom
Conversation
Contributor
|
Thanks very much, would you be able to add something to (at least one) test case to confirm positive (included) and negative (not included) scenarios with the template rendering as desired? I've never used this capability, but I surmise it will add a permission boundary to any IAM Role entities the subsequent stacks create? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
One way to resolve the issue with the permission boundary, is to update the cdk.json, and include a permission boundary here on this level. This is well documented and works well.
I have several accounts, some of which use no permission boundary, some have permission boundaries with different names. Hence I want to be able to pass the permission boundary. In this PR is have done this by passing the name as an additional parameter in the context.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.