Commit 9fdb7f0
committed
Update
This patch modifies the `AWSResourceManageFactory` intgerface and
its implementation to include a `roleARN` parameter in the
`ManagerFor` function.
The addition of `roleARN` is necessary to support fine-grained
access control and multi-tenant scenarios where different IAM roles
may be used within the same AWS account and region. This change
corresponds to the updates in code-generaotr repository.AWSResourceManagerFactory to include roleARN paramter1 parent dda2022 commit 9fdb7f0
File tree
4 files changed
+12
-11
lines changed- mocks/pkg/types
- pkg
- runtime
- types
4 files changed
+12
-11
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
0 commit comments