Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,23 @@ const azurefuncObj = {
key: "Azure Functions",
}

const cloudflareWarpObj = {
icon: '/public/cloudflare.svg',
label: "Cloudflare WARP",
text: "Cloudflare WARP setup is recommended, if you use Cloudflare WARP for secure, accelerated device-to-internet connectivity.",
docsUrl: 'https://docs.akto.io/traffic-connector',
component: <AddOnComponenet/>,
key: "CLOUDFLARE_WARP",
}

const zscalerObj = {
icon: '/public/zscaler_logo.svg',
label: "Zscaler",
text: "Zscaler setup is recommended,if your organization uses Zscaler for secure, zero-trust internet and app access.",
docsUrl: 'https://docs.akto.io/traffic-connector',
component: <AddOnComponenet/>,
key: "ZSCALER",
}
const chromeExtensionObj = {
icon: '/public/chrome.svg',
label: "Chrome Extension",
Expand Down Expand Up @@ -1455,6 +1472,11 @@ const quickStartFunc = {
goObj, javaObj, nodejsObj, pythonObj
];

// Secure Web Networks
const secureWebNetworks = [
cloudflareWarpObj, zscalerObj
];

const browserExtensions = [
chromeExtensionObj, firefoxExtensionObj, safariExtensionObj
]
Expand All @@ -1472,6 +1494,7 @@ const quickStartFunc = {
connectors["AI Agent Security"] = aiAgentConnectors
connectors["AI Model Security"] = aiScanConnectors
connectors["Browser Extension"] = browserExtensions
connectors["Secure Web Networks"] = secureWebNetworks

}

Expand Down Expand Up @@ -1519,7 +1542,8 @@ const quickStartFunc = {
openApiObj, beanStalkObj, eksObj, dockerObj, envoyObj, mcpScanObj, mcpProxyObj, mcpGateway, mcpWrapperObj, impervaImportObj,
harFileUploadObj, kongObj, tcpObj, mirroringObj, hybridSaasObj, apiInventoryFromSourceCodeObj,
ebpfObj, ebpfMTLSObj, istioObj, pythonObj, awsApiGatewayObj, awsLambdaObj,
apigeeObj, iisObj, azureObj, cloudflareObj, f5Obj, goObj, haproxyObj, javaObj, kongmeshObj, layer7Obj, nodejsObj, openshiftObj, threescaleObj, githubObj, gitlabObj, bitbucketObj, aktoJaxObj
apigeeObj, iisObj, azureObj, cloudflareObj, f5Obj, goObj, haproxyObj, javaObj, kongmeshObj, layer7Obj, nodejsObj, openshiftObj, threescaleObj, githubObj, gitlabObj, bitbucketObj, aktoJaxObj,
cloudflareWarpObj, zscalerObj
]

if(isGenAISecurityCategory() || isAgenticSecurityCategory()){
Expand Down
9 changes: 9 additions & 0 deletions apps/dashboard/web/public/zscaler_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.