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

Inject tagging operation permissions for CFN #2446

Merged
merged 2 commits into from
Nov 8, 2024
Merged

Conversation

kstich
Copy link
Contributor

@kstich kstich commented Nov 7, 2024

This commit updates the CFN resource schema generation to fill in the
permissions field of the tagging configuration for resources. The AwsTagIndex
is used to find the APIs and their relevant required actions to invoke.

This also refactors the Tagging updates into a single Mapper so the updates
aren't strewn about the general CfnConverter.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This commit updates the CFN resource schema generation to fill in the
permissions field of the tagging configuration for resources. The AwsTagIndex
is used to find the APIs and their relevant required actions to invoke.

This also refactors the Tagging updates into a single Mapper so the updates
aren't strewn about the general CfnConverter.
@kstich kstich requested a review from a team as a code owner November 7, 2024 23:20
@kstich kstich requested a review from yefrig November 7, 2024 23:20
@kstich kstich merged commit 9a283e6 into main Nov 8, 2024
14 checks passed
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.

2 participants