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

[v9] Adds cloud advisory on all install pages that have proxy/auth install #12030

Merged
merged 2 commits into from
Apr 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions docs/pages/enterprise/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ h1: Teleport Enterprise Quick Start

Welcome to the Quick Start Guide for Teleport Enterprise.

(!docs/pages/includes/cloud/cloudmanagedadvisory.mdx!)

The goal of this document is to show off the basic capabilities of Teleport.
There are three types of services Teleport nodes can run: `nodes`, `proxies`
and `auth servers`.
Expand Down
4 changes: 3 additions & 1 deletion docs/pages/getting-started/digitalocean.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ This tutorial will guide you through quickly getting started with Teleport on Di

</Admonition>

(!docs/pages/includes/cloud/cloudmanagedadvisory.mdx!)

## Prerequisites
- A Fully Qualified Domain Name (FQDN).
- A two-factor authenticator app (e.g., [Google Authenticator](https://www.google.com/landing/2step/)).
Expand Down Expand Up @@ -116,4 +118,4 @@ You can also secure access to databases, DigitalOcean Marketplace apps, and Kube
<Tile icon="desktop" title="Desktop Access" href="../desktop-access/getting-started.mdx">
Secure access to Windows Server.
</Tile>
</TileSet>
</TileSet>
2 changes: 2 additions & 0 deletions docs/pages/getting-started/docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ h1: Get started with Docker Compose
This guide will help you understand how Teleport works by spinning up a demo cluster on your local machine using Docker Compose.
It will also show you how to use Teleport with OpenSSH, Ansible, and Teleport's native client, `tsh`.

(!docs/pages/includes/cloud/cloudmanagedadvisory.mdx!)

## Prerequisites

- Teleport v(=teleport.version=) Open Source or Enterprise.
Expand Down
8 changes: 1 addition & 7 deletions docs/pages/getting-started/linux-server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ videoBanner: jvaCmQyHghY
This tutorial will guide you through the steps needed to install and run
Teleport (=teleport.version=) on Linux machines.

<Details scopeOnly={true} scope={["cloud"]} title="Teleport Cloud">
This guide deploys the Teleport Auth Service and Proxy Service, which are fully managed in Teleport Cloud. If you are a Teleport Cloud customer, we recommend following our guides for deploying specific services on your Teleport Nodes. Here are some examples:

- [Application Access](../application-access/getting-started.mdx)
- [Database Access](../database-access/getting-started.mdx)
- [Server Access](../server-access/getting-started.mdx)
</Details>
(!docs/pages/includes/cloud/cloudmanagedadvisory.mdx!)

## Prerequisites

Expand Down
9 changes: 9 additions & 0 deletions docs/pages/includes/cloud/cloudmanagedadvisory.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Details scopeOnly={true} scope={["cloud"]} title="Teleport Cloud">
This guide deploys the Teleport Auth Service and Proxy Service, which are fully managed in Teleport Cloud. If you are a Teleport Cloud customer, we recommend following our guides for accessing specific resources within your infrastructure:

- [Server Access](../server-access/getting-started.mdx)
- [Kubernetes Access](../kubernetes-access/getting-started.mdx)
- [Database Access](../database-access/getting-started.mdx)
- [Desktop Access](../desktop-access/getting-started.mdx)
- [Application Access](../application-access/getting-started.mdx)
</Details>