Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import the Mattermost bot logo as a module #51193

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -3,6 +3,8 @@ title: Run the Mattermost Access Request plugin
description: How to set up Teleport's Mattermost plugin for privilege elevation approvals.
---

import BotLogo from "/static/avatar_logo.png";

This guide explains how to integrate Teleport Access Requests with Mattermost, an open
source messaging platform. The Teleport Mattermost plugin notifies individuals of
Access Requests. Users can then approve and deny Access Requests by following the
Expand Down Expand Up @@ -101,8 +103,8 @@ Set the "Username", "Display Name", and "Description" fields according to how
you would like the Mattermost plugin bot to appear in your workspace. Set "Role"
to "Member".

You can [download](../../../../img/enterprise/plugins/teleport_bot@2x.png) our
avatar to set as your Bot Icon.
You can <a href={BotLogo} download>download</a> our avatar to set as your Bot
Icon.

Set "post:all" to "Enabled".

Expand Down
Loading