Self-managed Slack
Setup instructions
Create the app
_metadata:
major_version: 1
minor_version: 1
display_information:
name: Cortex
description: Manage your microservices
background_color: "#d21285"
features:
app_home:
home_tab_enabled: false
messages_tab_enabled: true
messages_tab_read_only_enabled: false
bot_user:
display_name: cortex
always_online: true
slash_commands:
- command: /cortex
url: https://[Cortex Backend URL]/api/internal/v1/slack/slash-command
description: Cortex slash commands
usage_hint: runbooks, docs, on-call, logs
should_escape: false
oauth_config:
redirect_urls:
- https://[Cortex Frontend URL]/slack/redirect
scopes:
bot:
- app_mentions:read
- channels:join
- channels:read
- chat:write
- chat:write.customize
- chat:write.public
- commands
- im:history
- reactions:read
- users:read
- users:read.email
settings:
org_deploy_enabled: false
socket_mode_enabled: falseConnect your Cortex instance
Install the app
FAQ and Troubleshooting
Last updated
Was this helpful?