Commit 5664e54
fix: IAM - Remove constraint on SetRulePriorities for ELBs (#74)
The SetRulePriorities action is required for the Anyscale control plane to
modify the priority of rules in the Anyscale ALB. This removes the tagging
constraint for the `elasticloadbalancing:SetRulePriorities` action as tag
constraints for this action are not supported by AWS.
On branch brent/fix-service-iam-policy
Changes to be committed:
modified: modules/aws-anyscale-iam/anyscale-control_plane-services-v2.tmpl1 parent faa92be commit 5664e54
File tree
1 file changed
+3
-5
lines changed- modules/aws-anyscale-iam
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
| 210 | + | |
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
| |||
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
227 | | - | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
251 | 250 | | |
252 | 251 | | |
253 | 252 | | |
| |||
256 | 255 | | |
257 | 256 | | |
258 | 257 | | |
259 | | - | |
260 | 258 | | |
261 | 259 | | |
262 | 260 | | |
| |||
0 commit comments