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

[v17] Add initial msteams hosted enroll docs #49100

Merged
merged 6 commits into from
Nov 16, 2024
Merged
Show file tree
Hide file tree
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
Binary file modified docs/img/enterprise/plugins/enroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/enterprise/plugins/msteams/app-zip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@

![The Microsoft Teams Access Request plugin](../../../../img/enterprise/plugins/msteams.png)

<Details title="This integration is hosted on Teleport Enterprise (Cloud)" open={false}>

(!docs/pages/includes/plugins/enroll.mdx name="the Microsoft Teams integration"!)

![Create Microsoft Teams Bot](../../../../img/enterprise/plugins/msteams/enroll-bot.png)

Once enrolled you can download the required `app.zip` file from the integrations status page.

![Download app.zip](../../../../img/enterprise/plugins/msteams/app-zip.png)

</Details>

Check failure on line 25 in docs/pages/admin-guides/access-controls/access-request-plugins/ssh-approval-msteams.mdx

View workflow job for this annotation

GitHub Actions / Lint docs prose style

[vale] reported by reviewdog 🐶 [structure.architecture-h2] In a how-to guide, the first H2-level section must be called `## How it works`. Use this section to include 1-3 paragraphs that describe the high-level architecture of the setup shown in the guide, i.e., which infrastructure components are involved and how they communicate. If there is already architectural information in the guide, include it in a `## How it works` section. Raw Output: {"message": "[structure.architecture-h2] In a how-to guide, the first H2-level section must be called `## How it works`. Use this section to include 1-3 paragraphs that describe the high-level architecture of the setup shown in the guide, i.e., which infrastructure components are involved and how they communicate. If there is already architectural information in the guide, include it in a `## How it works` section.", "location": {"path": "docs/pages/admin-guides/access-controls/access-request-plugins/ssh-approval-msteams.mdx", "range": {"start": {"line": 25, "column": 1}}}, "severity": "ERROR"}
## Prerequisites

(!docs/pages/includes/commercial-prereqs-tabs.mdx!)
Expand Down
8 changes: 3 additions & 5 deletions docs/pages/includes/plugins/enroll.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
In Teleport Enterprise Cloud, Teleport manages {{ name }} for you, and you can
enroll {{ name }} from the Teleport Web UI.

Visit the Teleport Web UI and click **Access Management** on the menu bar at the
top of the screen.

On the left sidebar, click **Enroll New Integration** to visit the "Enroll New
Integration" page:
Visit the Teleport Web UI and on the left sidebar, click **Access** followed
by **Integrations**. Then click **Enroll New Integration** to visit the
"Enroll New Integration" page:

![Enroll an Access Request plugin](../../../img/enterprise/plugins/enroll.png)

Expand Down
Loading