Deploying Netskope One DSPM sidecars via Azure

Deploying Netskope One DSPM Sidecars via Azure Container Instances

Overview

The Netskope One DSPM application requires seamless connectivity to scan your data stores. However, as per common security practices, businesses tend to deny proper firewall egress between their internal networks & external applications. Such limitations impact the operational use of Netskope One DSPM and reduce the full return value of your subscription.

To overcome this, Netskope One DSPM provides a flexible collection architecture consisting of one or many sidecars you deploy alongside your data stores. These sidecars collect necessary metadata and transfer it to the Netskope One DSPM application. Within this central management console, you can take action on insights from across all data stores regardless of where they are hosted.

Architecture

Netskope One DSPM provides a flexible collection architecture, consisting of one or many sidecars you deploy alongside the main application. These sidecars connect to data stores to runs scans, uploading the results to the Netskope One DSPM application.

A single sidecar can scan multiple data stores in its installation environment. Typically, you will deploy one sidecar per individual environment (e.g. VNet, VPC, etc.), however you may choose to install multiple sidecars for additional scalability and redundancy. The Netskope One DSPM application automatically load balances scans across healthy sidecars in each sidecar pool.

Architecture diagram showing the relationship between Netskope One DSPM, a customer's network, and their data stores. The diagram is annotated with notes that explain the flow of data and steps taken to secure it.

For more information on Azure Container Instances, please visit the Microsoft Azure knowledge base

Register Sidecar

To set up the relationship between your sidecars and Netskope One DSPM-hosted tenant, you will provide the sidecars with unique authentication tokens generated within our Sidecar Administration UI.

If you already have an existing sidecar pool token to use, you can skip this section. Otherwise, follow these instructions to acquire a new token.

  1. Log into the Netskope One DSPM application.
  2. Navigate to the Platform Settings > Sidecar menu to display the Sidecar Administration screen.
  3. Click the Add Sidecar Pool button.
  4. The Add Sidecar Pool modal is displayed.
  5. On the Details tab, complete the following field:
FieldValue
NameAny friendly value to describe the sidecar pool.
  1. Click the Save button.
  2. Click the Copy button at the bottom of the Sidecar Authentication Token modal to save the generated token to your clipboard.
  1. Click the “x” button to exit the modal.

Since you haven’t yet associated this token with a sidecar, the sidecar pool will appear only when you click the Show Inactive Sidecars icon in the upper right, with empty Version and Status columns for now.

The above-generated token will be used for each individual sidecar within the sidecar pool.

Setting up the Azure Configuration

  1. Copy the following URL in your browser window to download the requisite Terraform scripts:
https://netskope-dspm-release.s3.us-west-2.amazonaws.com/NetskopeDSPM-SidecarOnACI-ARM.json
  1. For the account where you will configure the custom template, log into the Azure console.
  2. Using the search box, navigate to Deploy a Custom Template.
  1. Click on Build your own template in the editor.
  1. Click on the Load file button, then select Netskope One DSPM’s custom sidecar template JSON file
  2. The template JSON file’s content will now be displayed. Click the Save button at the bottom of the page.
  1. Under Project details, enter the following values:
FieldValue
SubscriptionPre-populated
Resource GroupAny value
  1. Under Instance details, enter the following values:
FieldValue
NetskopeDSPMHostNameYour tenant URL minus the protocol.

For example, if your tenant is accessed using https://example.dspm.goskope.com, your value will be example.dspm.goskope.com.
sidecarPoolTokenAn existing sidecar token, or a new one generated in the Register Sidecar Pool section above.
vnetNameView your Azure virtual networks within the selected resource group. The Vnet name appears on the left column titled Name. For example, example-virtual-network in the example below.
subnetNameUsually default. If there are multiple virtual networks/subnets, make sure you are inputting relevant names. Subnet Delegation field must be enabled with a delegation to container groups, as pictured below.
  1. Click the Review + create button.
  2. You’ll see a validation screen with the information you inputted above.
  3. Click the Create button.
  4. You’ll see your deployment in progress. This may take several minutes to complete.
  5. Once complete, you can expand the Deployment details section, then click the Resource name hyperlink to see details of the sidecar container instances. 
  1. In the left-hand menu, navigate to Settings > Containers to view details about the container group:
    1. One container for the Netskope One DSPM sidecar
    2. One container for the classification engine
  2. Click the Logs tab to view more detail on how sidecars are authenticating, running, and scanning your data stores.

Validate Sidecar Connection

When deploying sidecar, you’ll need to ensure that the sidecar has the ability to reach your tenant. Take the following steps to verify the connectivity from the sidecar.

  1. SSH to the sidecar
  2. Run the following commands, substituting [TENANT] with your tenant name:
curl [TENANT].dspm.goskope.com/api/pulse

A successful response will resemble the following:

{"version":"10.0.0.311","build_target":"prod","deployment_type":"saas"}%

Once a sidecar is running, you can now validate it is properly communicating with your Netskope One DSPM application.

  1. Log into the Netskope One DSPM application.
  2. Navigate to the Platform Settings > Sidecar screen.
  3. For the sidecar(s) in question, validate that the Version column is populated and its matching Status indicator is green. 

It may take a few minutes for newly-running sidecars to communicate with the Netskope One DSPM application. If both values have not updated after 20 minutes, double-check that you configured your sidecars correctly and update the pool token, if necessary.

Share this Doc

Deploying Netskope One DSPM sidecars via Azure

Or copy link

In this topic ...