Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
icon
  • Loading branch information
waleedlatif1 committed Apr 13, 2026
commit 6dbd4a133b7500bc6b4835f647288676f24b510e
3 changes: 2 additions & 1 deletion apps/sim/app/(landing)/integrations/data/icon-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ import {
SmtpIcon,
SQSIcon,
SshIcon,
STSIcon,
STTIcon,
StagehandIcon,
StripeIcon,
Expand Down Expand Up @@ -358,7 +359,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
ssh: SshIcon,
stagehand: StagehandIcon,
stripe: StripeIcon,
sts: IAMIcon,
sts: STSIcon,
stt_v2: STTIcon,
supabase: SupabaseIcon,
tailscale: TailscaleIcon,
Expand Down
4 changes: 2 additions & 2 deletions apps/sim/app/(landing)/integrations/data/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1520,7 +1520,7 @@
"description": "Connect to AWS Security Token Service",
"longDescription": "Integrate AWS STS into the workflow. Assume roles, get temporary credentials, verify caller identity, and look up access key information.",
"bgColor": "linear-gradient(45deg, #BD0816 0%, #FF5252 100%)",
"iconName": "IAMIcon",
"iconName": "STSIcon",
"docsUrl": "https://docs.sim.ai/tools/sts",
"operations": [
{
Expand Down Expand Up @@ -2567,7 +2567,7 @@
"authType": "none",
"category": "tools",
"integrationTypes": ["security", "analytics", "developer-tools"],
"tags": ["identity", "monitoring", "security"]
"tags": ["identity", "monitoring"]
Comment thread
waleedlatif1 marked this conversation as resolved.
},
{
"type": "cursor_v2",
Expand Down
Loading