Commit e23557f
feat(aws): add IAM and STS integrations (#4137)
* feat(aws): add IAM and STS integrations
* fix(sts): address PR review comments
- Fix CrowdStrike tags to include "security" (unintended removal)
- Standardize STS tool versions to '1.0.0' (matching IAM convention)
- Add range validation to durationSeconds in Zod schemas
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* icon
* lint
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0abcc6e commit e23557f
File tree
64 files changed
+5963
-0
lines changed- apps
- docs
- components
- ui
- content/docs/en/tools
- sim
- app
- (landing)/integrations/data
- api/tools
- iam
- add-user-to-group
- attach-role-policy
- attach-user-policy
- create-access-key
- create-role
- create-user
- delete-access-key
- delete-role
- delete-user
- detach-role-policy
- detach-user-policy
- get-role
- get-user
- list-groups
- list-policies
- list-roles
- list-users
- remove-user-from-group
- sts
- assume-role
- get-access-key-info
- get-caller-identity
- get-session-token
- blocks
- blocks
- components
- tools
- iam
- sts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+5963
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4625 | 4625 | | |
4626 | 4626 | | |
4627 | 4627 | | |
| 4628 | + | |
| 4629 | + | |
| 4630 | + | |
| 4631 | + | |
| 4632 | + | |
| 4633 | + | |
| 4634 | + | |
| 4635 | + | |
| 4636 | + | |
| 4637 | + | |
| 4638 | + | |
| 4639 | + | |
| 4640 | + | |
| 4641 | + | |
| 4642 | + | |
| 4643 | + | |
| 4644 | + | |
| 4645 | + | |
| 4646 | + | |
| 4647 | + | |
| 4648 | + | |
| 4649 | + | |
| 4650 | + | |
| 4651 | + | |
| 4652 | + | |
| 4653 | + | |
| 4654 | + | |
| 4655 | + | |
| 4656 | + | |
| 4657 | + | |
| 4658 | + | |
| 4659 | + | |
| 4660 | + | |
| 4661 | + | |
| 4662 | + | |
| 4663 | + | |
4628 | 4664 | | |
4629 | 4665 | | |
4630 | 4666 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
| 167 | + | |
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
| |||
278 | 280 | | |
279 | 281 | | |
280 | 282 | | |
| 283 | + | |
281 | 284 | | |
282 | 285 | | |
283 | 286 | | |
| |||
356 | 359 | | |
357 | 360 | | |
358 | 361 | | |
| 362 | + | |
359 | 363 | | |
360 | 364 | | |
361 | 365 | | |
| |||
0 commit comments