From 0e1c31e31b1a5e61abcad0fef53158b73a207160 Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Fri, 15 Nov 2024 14:01:07 -0500 Subject: [PATCH] Add introduction to Enrolling Teleport Resources Closes #47229 The page already lists the contents of the section using the `remark-toc` plugin, which expands the `(!toc!)` syntax to include a list of pages. --- .../enroll-resources/enroll-resources.mdx | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/pages/enroll-resources/enroll-resources.mdx b/docs/pages/enroll-resources/enroll-resources.mdx index 6d0f6ab1192d4..0ff168ae4d82b 100644 --- a/docs/pages/enroll-resources/enroll-resources.mdx +++ b/docs/pages/enroll-resources/enroll-resources.mdx @@ -3,4 +3,27 @@ title: Enrolling Teleport Resources description: Provides step-by-step instructions for enrolling servers, databases, and other infrastructure resources with your Teleport cluster. --- +You can use Teleport to protect infrastructure resources like servers, +databases, and Kubernetes clusters. Once an infrastructure resource is protected +by Teleport, you can restrict access to the resource using the Teleport +[role-based access controls +system](../admin-guides/access-controls/access-controls.mdx) and use Teleport +features like session recordings and audit events to understand how your users +interact with the resource. + +To enroll a resource with Teleport, you deploy a Teleport Agent, an instance of +the `teleport` binary configured to run certain services, such as the Teleport +SSH Service and Teleport Database Service. You then configure the Agent to proxy +a resource by querying a service discovery API (Auto Discovery), using a +[dynamic Teleport +resource](../admin-guides/infrastructure-as-code/infrastructure-as-code.mdx), or +naming the resource in the Agent's configuration file. Read more about [Teleport +Agent architecture](../reference/architecture/agents.mdx). + +You can also create a Teleport bot user and set up Machine ID to enable service +accounts to access Teleport-protected resources. + +Read the following documentation for more information on enrolling +infrastructure resources with Teleport: + (!toc!)