-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import the Mattermost bot logo as a module
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
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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/[email protected]) 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". | ||
|
||
|