From fc7e2dc0dd091db53bfcd9159c35256adf6d00a1 Mon Sep 17 00:00:00 2001 From: Gabriel Petrovay Date: Wed, 4 Oct 2023 21:05:03 +0200 Subject: [PATCH 1/4] Minor typos --- docs/pages/architecture/proxy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/architecture/proxy.mdx b/docs/pages/architecture/proxy.mdx index 77d1bf7e5b4a9..f5cdb7b2df7c0 100644 --- a/docs/pages/architecture/proxy.mdx +++ b/docs/pages/architecture/proxy.mdx @@ -4,7 +4,7 @@ description: Architecture of Teleport's identity-aware proxy service h1: Teleport Identity-Aware Proxy Service --- -Teleport Proxy is a identity aware proxy, with a web UI. Here are Proxy's key features: +Teleport Proxy is an identity-aware proxy, with a web UI. Here are Proxy's key features: - Users can authenticate with a Single-Sign-On or local credentials to access SSH and Windows Desktops via Proxy's web UI. - Proxy is identity aware - it makes sure that only authenticated clients can connect to target resources. From 797f319272c5b2bf20a4f7bbc36fc2a244f9934b Mon Sep 17 00:00:00 2001 From: lsgunn-teleport <136391445+lsgunn-teleport@users.noreply.github.com> Date: Mon, 9 Oct 2023 11:43:47 -0700 Subject: [PATCH 2/4] Update docs/pages/architecture/proxy.mdx --- docs/pages/architecture/proxy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/architecture/proxy.mdx b/docs/pages/architecture/proxy.mdx index f5cdb7b2df7c0..5214669b5f865 100644 --- a/docs/pages/architecture/proxy.mdx +++ b/docs/pages/architecture/proxy.mdx @@ -4,7 +4,7 @@ description: Architecture of Teleport's identity-aware proxy service h1: Teleport Identity-Aware Proxy Service --- -Teleport Proxy is an identity-aware proxy, with a web UI. Here are Proxy's key features: +The Teleport Proxy Service is an identity-aware proxy with a web UI. The Teleport Proxy Service provides the following key features: - Users can authenticate with a Single-Sign-On or local credentials to access SSH and Windows Desktops via Proxy's web UI. - Proxy is identity aware - it makes sure that only authenticated clients can connect to target resources. From cf97aecbef025d37f3d7f579ef6fb002db4d0ff7 Mon Sep 17 00:00:00 2001 From: Lisa Gunn Date: Mon, 9 Oct 2023 12:11:34 -0700 Subject: [PATCH 3/4] fix capitalization and hyphenation and make features more parallel --- docs/pages/architecture/proxy.mdx | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/docs/pages/architecture/proxy.mdx b/docs/pages/architecture/proxy.mdx index 5214669b5f865..78407be121d07 100644 --- a/docs/pages/architecture/proxy.mdx +++ b/docs/pages/architecture/proxy.mdx @@ -4,14 +4,18 @@ description: Architecture of Teleport's identity-aware proxy service h1: Teleport Identity-Aware Proxy Service --- -The Teleport Proxy Service is an identity-aware proxy with a web UI. The Teleport Proxy Service provides the following key features: - -- Users can authenticate with a Single-Sign-On or local credentials to access SSH and Windows Desktops via Proxy's web UI. -- Proxy is identity aware - it makes sure that only authenticated clients can connect to target resources. -It intercepts traffic for multiple protocols - SSH, Kubernetes, HTTPS, databases. -It records commands, API calls and queries and streams them to the audit log. -- Proxy provides networking and connectivity features. Nodes and proxies behind firewalls can connect -to proxies using reverse tunnels. System administrators can use TLS routing feature to compress all ports for all protocols to one TLS port using TLS routing feature. +The Teleport Proxy Service is an identity-aware proxy with a web UI. The Teleport Proxy Service +provides the following key features: + +- Enables users to authenticate with a single sign-on identioty provider or local credentials to access + SSH and Windows desktops using the Teleport web UI. +- Intercepts traffic for multiple protocols, including SSH, Kubernetes, HTTPS, + and databases, and ensures that only authenticated clients can connect to target resources. +- Records commands, API calls, and queries and streams them to the audit log. +- Provides networking and connectivity so that servers and proxies behind firewalls can connect + using reverse tunnels. S +- Enables system administrators to use TLS routing feature to compress all ports for all protocols + to one TLS port using TLS routing feature. ![Proxy service](../../img/architecture/proxy.png) From 5b1443f466bd07a8715b06ff72c0be4e9267bfed Mon Sep 17 00:00:00 2001 From: Lisa Gunn Date: Mon, 9 Oct 2023 12:30:58 -0700 Subject: [PATCH 4/4] fix identity typo --- docs/pages/architecture/proxy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/architecture/proxy.mdx b/docs/pages/architecture/proxy.mdx index 78407be121d07..6efa616806871 100644 --- a/docs/pages/architecture/proxy.mdx +++ b/docs/pages/architecture/proxy.mdx @@ -7,7 +7,7 @@ h1: Teleport Identity-Aware Proxy Service The Teleport Proxy Service is an identity-aware proxy with a web UI. The Teleport Proxy Service provides the following key features: -- Enables users to authenticate with a single sign-on identioty provider or local credentials to access +- Enables users to authenticate with a single sign-on identity provider or local credentials to access SSH and Windows desktops using the Teleport web UI. - Intercepts traffic for multiple protocols, including SSH, Kubernetes, HTTPS, and databases, and ensures that only authenticated clients can connect to target resources.