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
@@ -0,0 +1,61 @@
---
page_title: Add a data source - Slack
description: >-
Add Slack as a data source for Vault Radar.
---

# Onboard a Slack data source

@include 'private-beta-feature.mdx'

HCP Vault Radar allows you to connect to any workspace on [Slack
](#onboard-slack) and scan for secrets in public channels.

## Prerequisites

- Permission in Slack to install third-party apps from the marketplace.

<Highlight title="Known limitations">

Vault Radar has a limit of 5000 channels per workspace. If you have more
than 5000 channels, Vault Radar selects the 5000 channels with the
most recent activity.

</Highlight>

## Add a Slack Data source

1. Click **Settings/Data Sources**.

1. Select **HCP Vault Radar Scan**.

1. Under **Team Collaboration**, click **Slack**.
![Select Slack data source](/img/docs/vault-radar/slack-onboarding-flow.png)

1. Click **Connect to Slack** to **install the Slack app**. This initiates
the OAuth flow with Slack.

1. Select the **Slack workspace** from the dropdown list and click **Allow**
![Install Slack App onto a workspace](/img/docs/vault-radar/install-slack-app-to-workspace.png)

<Note title="Permission required to install Slack app">

If you do not have permission to install apps into the selected workspace,
you will see a **Submit Request** button instead of the **Allow** button.

Coordinate with your Slack workspace administrator to approve the app
installation.

</Note>

HCP Vault Radar displays the message **Authenticated to Slack**.

1. Click **Next**.

1. Select either **All active channels** or **Select channels to monitor**.

The onboarding workflow joins the Slack app to the selected channels. If you
have a large number of channels, this process will take several minutes to
complete.

1. Click **Finish** to start onboarding and scanning the selected channels.
7 changes: 7 additions & 0 deletions content/hcp-docs/content/partials/private-beta-feature.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Note title="Private beta feature">

This feature is available as an _invitation only beta release_. Beta functionality is stable
but possibly incomplete and subject to change. We strongly discourage using beta
features in production.

</Note>
4 changes: 4 additions & 0 deletions content/hcp-docs/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,10 @@
"path": "vault-radar/get-started/add-data-sources/jira/jira-data-center"
}
]
},
{
"title": "Slack <sup>Beta</sup>",
"path": "vault-radar/get-started/add-data-sources/slack/"
}
]
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading