-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use generated TOC pages for smaller sections (#42374)
Sections included in this change: - docs/pages/agents/ - docs/pages/auto-discovery/ - docs/pages/choose-an-edition/ - docs/pages/desktop-access/ - docs/pages/includes/ - docs/pages/kubernetes-access/ Other changes: - Move Helm includes out of docs/pages/kubernetes-access to match the expectations of the TOC page generator. Also move "Connect your Client" includes to docs/pages/includes. - Some pages were at the expected location of a TOC page (i.e., with the same name as a subdirectory), but included explanatory information that didn't fit the format of this kind of page. This change moves these pages to other locations as overview pages. - Update config.json.
- Loading branch information
Showing
28 changed files
with
752 additions
and
271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Teleport Agents | ||
description: How to use Teleport Agents, which enable users to connect to resources in your infrastructure. | ||
--- | ||
|
||
{/*TOPICS*/} | ||
|
||
- [Deploy Teleport Agents with Terraform](agents/deploy-agents-terraform.mdx): In this guide, we will show you how to deploy a pool of Teleport agents so you can apply dynamic resources to enroll your infrastructure with Teleport. | ||
- [Introduction to Teleport Agents](agents/introduction.mdx): Deploy agents to enroll resources in your infrastructure with Teleport. You can run multiple Teleport services per agent." | ||
|
||
## Join Agents to your Teleport Cluster | ||
|
||
Methods you can use to established trust between a newly deployed Teleport agent and your Teleport cluster so you can protect resources. ([more info](agents/join-services-to-your-cluster.mdx)) | ||
|
||
- [Join Methods for Teleport Agents](agents/join-services-to-your-cluster/overview.mdx): An overview of the available methods for registering the Proxy Service, Database Service, and other Teleport services with your cluster. | ||
- [Join Services with GCP](agents/join-services-to-your-cluster/gcp.mdx): Use the GCP join method to add services to your Teleport cluster. | ||
- [Join Services with a Secure Token](agents/join-services-to-your-cluster/join-token.mdx): This guide shows you how to join a Teleport instance to your cluster using a join token in order to proxy access to resources in your infrastructure. | ||
- [Joining Services via AWS EC2 Identity Document](agents/join-services-to-your-cluster/aws-ec2.mdx): Use the EC2 join method to add services to your Teleport cluster on AWS | ||
- [Joining Services via AWS IAM Role](agents/join-services-to-your-cluster/aws-iam.mdx): Use the IAM join method to add services to your Teleport cluster on AWS | ||
- [Joining Services via Azure Managed Identity](agents/join-services-to-your-cluster/azure.mdx): Use the Azure join method to join Teleport services to your Teleport cluster on Azure | ||
- [Joining Services via Kubernetes ServiceAccount Token](agents/join-services-to-your-cluster/kubernetes.mdx): Use Kubernetes ServiceAccount tokens to join services running in the same Kubernetes cluster as the Auth Service. |
Oops, something went wrong.