Skip to content

Commit

Permalink
Add new tools to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
shrir committed Dec 5, 2024
1 parent fffa0de commit 9d12d6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/icps/AgentForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ const stackList = [
{ value: "SailPoint", label: "SailPoint" },
{ value: "Okta", label: "Okta" },
{ value: "Auth0", label: "Auth0" },
{ value: "AWS", label: "AWS" },
{ value: "Grafana", label: "Grafana" },
{ value: "Prometheus", label: "Prometheus" },
{ value: "Sentry", label: "Sentry" },
]
stackList.sort((a, b) => a.label.localeCompare(b.label))

Expand Down
4 changes: 4 additions & 0 deletions src/app/domain/jobs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
"SailPoint",
"Okta",
"Auth0",
"AWS",
"Grafana",
"Prometheuse",
"Sentry",
]

tool_name_special_cases = {
Expand Down

0 comments on commit 9d12d6f

Please sign in to comment.