Commit 0465794
authored
Give API ECS role API Gateway permissions (#6416)
## Summary
Gives API ECS service permissions to hit API Gateway internal API
## Changes proposed
- New IAM policy attached to API ECS role
## Context for reviewers
This PR provides the API ECS service the required permissions to hit the
[internal API for API
gateway](https://docs.aws.amazon.com/apigateway/latest/api/API_Operations.html)
## Validation steps
This will be tested manually once the API code side PR is merged. We'll
use an inline policy so it won't require this to be merged for it to
work1 parent e25a211 commit 0465794
1 file changed
+38
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
141 | 166 | | |
142 | 167 | | |
143 | 168 | | |
| |||
150 | 175 | | |
151 | 176 | | |
152 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
153 | 184 | | |
154 | 185 | | |
155 | 186 | | |
| |||
174 | 205 | | |
175 | 206 | | |
176 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
0 commit comments