Slack Bot Installation
Slack App Setup
Before using the bot, a Slack app must be created and installed to your workspace.
Go to api.slack.com/apps to create a new app.
Click Create New App → From a manifest.
Pick your workspace and select DuploCloud.
Copy the manifest below into the JSON window, replacing
{customer-name}with the customer's name, then click Create.Scroll down to Display Information and update the logo.

DuploCloud logo for Slack Go to Collaborators in the left sidebar and add collaborators.
Go to Install App and request to install the app to the DuploCloud workspace.
In the Basic Information tab, scroll to App-Level Tokens and click Generate Token and Scope.
Name the token
slackAdd the scope
connections:writeClick Generate and save the app token
Return to the Install App tab. Once your installation request is approved, install the app and save the bot token.

Slack bot install request approved
Slack App Manifest
Replace all instances of {customer-name} before creating the app.
Backend Helm Installation
Once the Slack app tokens are saved, the remaining configuration is handled during the backend Helm installation. The SLACK_APP_TOKEN and SLACK_BOT_TOKEN from the steps above, along with the DuploCloud portal URL and token, are passed in as Helm values and stored in a Kubernetes secret named slack-managed-portals:
Last updated
Was this helpful?

