From 9fab34f39143b971fa5f9692949a1df667d7b2c8 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 17 Apr 2022 10:34:37 -0400 Subject: [PATCH 1/2] Includes advisory for pages that are installing proxy, auth for cloud scope --- docs/pages/enterprise/getting-started.mdx | 2 ++ docs/pages/getting-started/digitalocean.mdx | 4 +++- docs/pages/getting-started/docker-compose.mdx | 2 ++ docs/pages/getting-started/linux-server.mdx | 8 +------- docs/pages/includes/cloud/cloudmanagedadvisory.mdx | 9 +++++++++ 5 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 docs/pages/includes/cloud/cloudmanagedadvisory.mdx diff --git a/docs/pages/enterprise/getting-started.mdx b/docs/pages/enterprise/getting-started.mdx index 4944109c4093a..f14999a57cdb3 100644 --- a/docs/pages/enterprise/getting-started.mdx +++ b/docs/pages/enterprise/getting-started.mdx @@ -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`. diff --git a/docs/pages/getting-started/digitalocean.mdx b/docs/pages/getting-started/digitalocean.mdx index 33a8725bceb74..c3979f6b70443 100644 --- a/docs/pages/getting-started/digitalocean.mdx +++ b/docs/pages/getting-started/digitalocean.mdx @@ -13,6 +13,8 @@ This tutorial will guide you through quickly getting started with Teleport on Di +(!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/)). @@ -116,4 +118,4 @@ You can also secure access to databases, DigitalOcean Marketplace apps, and Kube Secure access to Windows Server. - \ No newline at end of file + diff --git a/docs/pages/getting-started/docker-compose.mdx b/docs/pages/getting-started/docker-compose.mdx index 9f11da2ba215f..ddca281ef52b0 100644 --- a/docs/pages/getting-started/docker-compose.mdx +++ b/docs/pages/getting-started/docker-compose.mdx @@ -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. diff --git a/docs/pages/getting-started/linux-server.mdx b/docs/pages/getting-started/linux-server.mdx index ea03a752a9978..eb5d3478905c0 100644 --- a/docs/pages/getting-started/linux-server.mdx +++ b/docs/pages/getting-started/linux-server.mdx @@ -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. -
-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) -
+(!docs/pages/includes/cloud/cloudmanagedadvisory.mdx!) ## Prerequisites diff --git a/docs/pages/includes/cloud/cloudmanagedadvisory.mdx b/docs/pages/includes/cloud/cloudmanagedadvisory.mdx new file mode 100644 index 0000000000000..dc415f241f191 --- /dev/null +++ b/docs/pages/includes/cloud/cloudmanagedadvisory.mdx @@ -0,0 +1,9 @@ +
+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) +
From 63ecc8fa2331e76efcb5cdd680ade323b09bb9f2 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Sun, 17 Apr 2022 16:37:42 -0400 Subject: [PATCH 2/2] change from relative links due to build error --- docs/pages/includes/cloud/cloudmanagedadvisory.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pages/includes/cloud/cloudmanagedadvisory.mdx b/docs/pages/includes/cloud/cloudmanagedadvisory.mdx index dc415f241f191..38750db916eff 100644 --- a/docs/pages/includes/cloud/cloudmanagedadvisory.mdx +++ b/docs/pages/includes/cloud/cloudmanagedadvisory.mdx @@ -1,9 +1,9 @@
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) +- [Server Access](/docs/server-access/getting-started.mdx) +- [Kubernetes Access](/docs/kubernetes-access/getting-started.mdx) +- [Database Access](/docs/database-access/getting-started.mdx) +- [Desktop Access](/docs/desktop-access/getting-started.mdx) +- [Application Access](/docs/application-access/getting-started.mdx)