Skip to content

Commit

Permalink
Import the Mattermost bot logo as a module
Browse files Browse the repository at this point in the history
Closes #50827
Closes #50826

This allows us to create a download link using the `a` tag.

Depends on gravitational/docs-website#114
  • Loading branch information
ptgott committed Jan 17, 2025
1 parent 10e06ce commit c7ddf18
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit c7ddf18

Please sign in to comment.