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

Fix aws lb iam policy #27

Merged
merged 1 commit into from
Jul 11, 2023
Merged

Fix aws lb iam policy #27

merged 1 commit into from
Jul 11, 2023

Conversation

ciiiii
Copy link
Member

@ciiiii ciiiii commented Jul 10, 2023

Ref: kubernetes-sigs/aws-load-balancer-controller#2692 (comment)
Diff:

diff <(sed 's/${partition}/aws/' terraform-managed-cloud/modules/aws/files/aws_lb_controller_iam_policy.json.tpl) iam_policy.json
74,79c74
<             "Resource": "*",
<             "Condition": {
<                 "StringEquals": {
<                     "aws:ResourceTag/Vendor": "StreamNative"
<                  }
<             }
---
>             "Resource": "*"
128,131c123
<                 },
<                 "StringEquals": {
<                     "aws:ResourceTag/Vendor": "StreamNative"
<                  }
---
>                 }

@ciiiii ciiiii requested a review from a team as a code owner July 10, 2023 04:58
@maxsxu maxsxu merged commit 86d1e6b into main Jul 11, 2023
@delete-merged-branch delete-merged-branch bot deleted the fix/aws-lb-policy branch July 11, 2023 06:46
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.

3 participants