Skip to content

Commit

Permalink
Import the Mattermost bot logo as a module (#51806)
Browse files Browse the repository at this point in the history
Backports #51193

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 authored Feb 4, 2025
1 parent 41fb408 commit 4fa297c
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: Run the Mattermost Access Request plugin
description: How to set up Teleport's Mattermost plugin for privilege elevation approvals.
---

This guide explains how to integrate Teleport access requests with Mattermost, an open
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
message link, making it easier to implement security best practices without
Expand Down Expand Up @@ -101,8 +103,9 @@ 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 <a href="../../../img/enterprise/plugins/[email protected]"
download>download</a> our avatar to set as your Bot Icon.
{/* lint ignore absolute-docs-links */}
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 4fa297c

Please sign in to comment.