teleport/docs/config.json

1335 lines
36 KiB
JSON
Raw Normal View History

{
"navigation": [
{
"icon": "stack",
"title": "Home",
"entries": [
{
"title": "Introduction",
"slug": "/"
},
{
"title": "Adopters",
"slug": "/adopters/"
},
{
"title": "Getting Started",
"slug": "/getting-started/",
"entries": [
{
"title": "Linux Server",
"slug": "/getting-started/linux-server/"
},
{
"title": "Docker Compose",
"slug": "/getting-started/docker-compose/"
},
{
"title": "Local Kubernetes Lab",
"slug": "/getting-started/local-kubernetes/"
},
{
"title": "Kubernetes Cluster",
"slug": "/getting-started/kubernetes-cluster/"
}
]
},
{
"title": "Installation",
"slug": "/installation/"
},
{
"title": "FAQ",
"slug": "/faq/"
},
{
"title": "Changelog",
"slug": "/changelog/"
}
]
},
{
"icon": "wrench",
"title": "Setup",
"entries": [
{
"title": "Admin Guides",
"slug": "/setup/admin/",
"entries": [
{
"title": "GitHub SSO",
"slug": "/setup/admin/github-sso/"
},
{
"title": "Adding Nodes",
"slug": "/setup/admin/adding-nodes/"
},
{
"title": "Trusted Clusters",
"slug": "/setup/admin/trustedclusters/"
},
{
"title": "Labels",
"slug": "/setup/admin/labels/"
},
{
"title": "Local Users",
"slug": "/setup/admin/users/"
},
{
"title": "Troubleshooting",
"slug": "/setup/admin/troubleshooting/"
},
{
"title": "Upgrading the Teleport Binary",
"slug": "/setup/admin/upgrading-the-teleport-binary/"
},
{
"title": "Run Teleport as a Daemon",
"slug": "/setup/admin/daemon/"
}
]
},
{
"title": "Deployments",
"slug": "/setup/deployments/",
"entries": [
{
"title": "AWS Terraform",
"slug": "/setup/deployments/aws-terraform/"
},
{
"title": "GCP",
"slug": "/setup/deployments/gcp/"
},
{
"title": "IBM",
"slug": "/setup/deployments/ibm/"
},
{
"title": "Digital Ocean",
"slug": "/setup/deployments/digitalocean/"
}
]
},
{
"title": "Helm Deployments",
"slug": "/setup/helm-deployments/",
"entries": [
{
"title": "AWS EKS Cluster",
"slug": "/setup/helm-deployments/aws/"
},
{
"title": "Google Cloud GKE Cluster",
"slug": "/setup/helm-deployments/gcp/"
},
{
"title": "DigitalOcean Kubernetes Cluster",
"slug": "/setup/helm-deployments/digitalocean/"
},
{
"title": "Customize Deployment Config",
"slug": "/setup/helm-deployments/custom/"
},
{
"title": "Migrating From Older Charts",
"slug": "/setup/helm-deployments/migration/"
}
]
},
{
"title": "Operations",
"slug": "/setup/operations/",
"entries": [
{
"title": "Scaling",
"slug": "/setup/operations/scaling/"
},
{
"title": "Upgrading a Cluster",
"slug": "/setup/operations/upgrading/"
},
{
"title": "Backup and Restore",
"slug": "/setup/operations/backup-restore/"
},
{
"title": "Cert Authority Rotation",
"slug": "/setup/operations/ca-rotation/"
},
{
"title": "TLS Routing Migration",
"slug": "/setup/operations/tls-routing/"
}
]
},
{
"title": "Security",
"slug": "/setup/security/",
"entries": [
{
"title": "Reducing the Blast Radius of Attacks",
"slug": "/setup/security/reduce-blast-radius/"
}
]
},
{
"title": "Integrations",
"slug": "/setup/guides/",
"entries": [
{
"title": "Terraform Provider",
"slug": "/setup/guides/terraform-provider/"
},
{
"title": "Docker",
"slug": "/setup/guides/docker/"
},
{
"title": "Fluentd",
"slug": "/setup/guides/fluentd/"
},
{
"title": "EC2 Tags",
"slug": "/setup/guides/ec2-tags/"
},
{
"title": "Joining Nodes via AWS IAM",
"slug": "/setup/guides/joining-nodes-aws-iam/"
},
{
"title": "Joining Nodes via AWS EC2",
"slug": "/setup/guides/joining-nodes-aws-ec2/"
},
{
"title": "Using Teleport's CA with GitHub",
"slug": "/setup/guides/ssh-key-extensions/"
}
]
},
{
"title": "Reference",
"slug": "/setup/reference/",
"entries": [
{
"title": "Config File",
"slug": "/setup/reference/config/"
},
{
"title": "Config Resources",
"slug": "/setup/reference/resources/"
},
{
"title": "Command Line",
"slug": "/setup/reference/cli/"
},
{
"title": "Metrics",
"slug": "/setup/reference/metrics/"
},
{
"title": "Terraform Resources",
"slug": "/setup/reference/terraform-provider/"
},
{
"title": "Audit Events and Records",
"slug": "/setup/reference/audit/"
},
{
"title": "Authentication",
"slug": "/setup/reference/authentication/"
},
{
"title": "Storage Backends",
"slug": "/setup/reference/backends/"
},
{
"title": "Networking",
"slug": "/setup/reference/networking/"
},
{
"title": "Predicate Language",
"slug": "/setup/reference/predicate-language/"
},
{
"title": "Signals",
"slug": "/setup/reference/signals/"
}
]
},
{
"title": "Helm Chart Reference",
"slug": "/setup/helm-reference/",
"entries": [
{
"title": "teleport-cluster",
"slug": "/setup/helm-reference/teleport-cluster/"
},
{
"title": "teleport-kube-agent",
"slug": "/setup/helm-reference/teleport-kube-agent/"
}
]
}
]
},
{
"icon": "window",
"title": "Application Access",
"entries": [
{
"title": "Introduction",
"slug": "/application-access/introduction/"
},
{
"title": "Getting Started",
"slug": "/application-access/getting-started/"
},
{
"title": "Access Guides",
"slug": "/application-access/guides/",
"entries": [
{
"title": "Connecting Apps",
"slug": "/application-access/guides/connecting-apps/"
},
{
"title": "API Access",
"slug": "/application-access/guides/api-access/"
},
{
"title": "AWS Console Access",
"slug": "/application-access/guides/aws-console/"
},
{
"title": "Dynamic Registration",
"slug": "/application-access/guides/dynamic-registration/"
}
]
},
{
"title": "JWT Guides",
"slug": "/application-access/jwt/",
"entries": [
{
"title": "Introduction",
"slug": "/application-access/jwt/introduction/"
},
{
"title": "ElasticSearch",
"slug": "/application-access/jwt/elasticsearch/"
}
]
},
{
"title": "Access Controls",
"slug": "/application-access/controls/"
},
{
"title": "Reference",
"slug": "/application-access/reference/"
}
]
},
{
"icon": "server",
"title": "Server Access",
"entries": [
{
"title": "Introduction",
"slug": "/server-access/introduction/"
},
{
"title": "Getting Started",
"slug": "/server-access/getting-started/"
},
{
"title": "Guides",
"slug": "/server-access/guides/",
"entries": [
{
"title": "Using Teleport with PAM",
"slug": "/server-access/guides/ssh-pam/"
},
{
"title": "Using TSH",
"slug": "/server-access/guides/tsh/"
},
{
"title": "OpenSSH Guide",
"slug": "/server-access/guides/openssh/"
},
{
"title": "Recording Proxy Mode",
"slug": "/server-access/guides/recording-proxy-mode/"
},
{
"title": "BPF Session Recording",
"slug": "/server-access/guides/bpf-session-recording/"
},
{
"title": "Restricted Session",
"slug": "/server-access/guides/restricted-session/"
},
{
"title": "Visual Studio Code",
"slug": "/server-access/guides/vscode/"
},
{
"title": "Host User Creation",
"slug": "/server-access/guides/host-user-creation/"
}
]
}
]
},
{
"icon": "kubernetes",
"title": "Kubernetes Access",
"entries": [
{
"title": "Introduction",
"slug": "/kubernetes-access/introduction/"
},
{
"title": "Getting Started",
"slug": "/kubernetes-access/getting-started/"
},
{
"title": "Guides",
"slug": "/kubernetes-access/guides/",
"entries": [
{
"title": "Multiple Clusters",
"slug": "/kubernetes-access/guides/multiple-clusters/"
},
{
"title": "CI/CD",
"slug": "/kubernetes-access/guides/cicd/"
},
{
"title": "Federation",
"slug": "/kubernetes-access/guides/federation/"
},
{
"title": "Standalone",
"slug": "/kubernetes-access/guides/standalone-teleport/"
}
]
},
{
"title": "Helm Chart Reference",
"slug": "/kubernetes-access/helm/reference/",
"entries": [
{
"title": "teleport-cluster",
"slug": "/kubernetes-access/helm/reference/teleport-cluster/"
},
{
"title": "teleport-kube-agent",
"slug": "/kubernetes-access/helm/reference/teleport-kube-agent/"
}
]
},
{
"title": "Helm Guides",
"slug": "/kubernetes-access/helm/guides/",
"entries": [
{
"title": "AWS EKS Cluster",
"slug": "/kubernetes-access/helm/guides/aws/"
},
{
"title": "Google Cloud GKE Cluster",
"slug": "/kubernetes-access/helm/guides/gcp/"
},
{
"title": "DigitalOcean Kubernetes Cluster",
"slug": "/kubernetes-access/helm/guides/digitalocean/"
},
{
"title": "Customize Deployment Config",
"slug": "/kubernetes-access/helm/guides/custom/"
},
{
"title": "Migrating From Older Charts",
"slug": "/kubernetes-access/helm/guides/migration/"
}
]
},
{
"title": "Access Controls",
"slug": "/kubernetes-access/controls/"
}
]
},
2021-03-04 18:07:48 +00:00
{
"icon": "database",
"title": "Database Access",
"entries": [
{
"title": "Introduction",
"slug": "/database-access/introduction/"
},
{
"title": "Getting Started",
"slug": "/database-access/getting-started/"
},
2021-03-04 18:07:48 +00:00
{
"title": "Guides",
"slug": "/database-access/guides/",
"entries": [
{
"title": "AWS RDS & Aurora",
"slug": "/database-access/guides/rds/"
},
{
"title": "AWS Redshift",
"slug": "/database-access/guides/postgres-redshift/"
},
2022-06-30 16:10:57 +00:00
{
"title": "AWS ElastiCache & MemoryDB",
2022-06-30 16:10:57 +00:00
"slug": "/database-access/guides/redis-aws/"
},
{
"title": "GCP Cloud SQL PostgreSQL",
"slug": "/database-access/guides/postgres-cloudsql/"
},
{
"title": "GCP Cloud SQL MySQL",
"slug": "/database-access/guides/mysql-cloudsql/"
},
{
"title": "Azure PostgreSQL & MySQL",
"slug": "/database-access/guides/azure-postgres-mysql/"
},
{
"title": "MongoDB Atlas",
"slug": "/database-access/guides/mongodb-atlas/"
},
{
"title": "Self-Hosted PostgreSQL",
"slug": "/database-access/guides/postgres-self-hosted/"
},
{
"title": "Self-Hosted MySQL/MariaDB",
"slug": "/database-access/guides/mysql-self-hosted/"
},
{
"title": "Self-Hosted MongoDB",
"slug": "/database-access/guides/mongodb-self-hosted/"
},
{
"title": "Self-Hosted CockroachDB",
"slug": "/database-access/guides/cockroachdb-self-hosted/"
},
{
"title": "Self-Hosted Redis",
"slug": "/database-access/guides/redis/"
},
{
"title": "Self-Hosted Redis Cluster",
"slug": "/database-access/guides/redis-cluster/"
},
{
"title": "SQL Server (Preview)",
"slug": "/database-access/guides/sql-server-ad/"
},
{
"title": "Snowflake (Preview)",
"slug": "/database-access/guides/snowflake/"
},
{
"title": "Database GUI Clients",
"slug": "/database-access/guides/gui-clients/"
},
{
"title": "Dynamic Registration",
"slug": "/database-access/guides/dynamic-registration/"
},
{
"title": "High Availability",
"slug": "/database-access/guides/ha/"
}
2021-03-04 18:07:48 +00:00
]
},
{
"title": "Access Controls",
"slug": "/database-access/rbac/"
},
{
"title": "Architecture",
"slug": "/database-access/architecture/"
},
{
"title": "Reference",
"slug": "/database-access/reference/",
"entries": [
{
"title": "Configuration",
"slug": "/database-access/reference/configuration/"
},
{
"title": "CLI",
"slug": "/database-access/reference/cli/"
},
{
"title": "Audit Events",
"slug": "/database-access/reference/audit/"
},
{
"title": "AWS IAM",
"slug": "/database-access/reference/aws/"
}
]
},
{
"title": "FAQ",
"slug": "/database-access/faq/"
}
2021-03-04 18:07:48 +00:00
]
},
{
"icon": "desktop",
"title": "Desktop Access",
"entries": [
{
"title": "Introduction",
"slug": "/desktop-access/introduction/"
},
{
"title": "Getting Started",
"slug": "/desktop-access/getting-started/"
},
{
"title": "Access Controls",
"slug": "/desktop-access/rbac/"
},
{
"title": "Reference",
"slug": "/desktop-access/reference/",
"entries": [
{
"title": "Configuration",
"slug": "/desktop-access/reference/configuration/"
},
{
"title": "Audit Events",
"slug": "/desktop-access/reference/audit/"
},
{
"title": "Clipboard Sharing",
"slug": "/desktop-access/reference/clipboard/"
},
{
"title": "Session Recording",
"slug": "/desktop-access/reference/sessions/"
},
{
"title": "CLI",
"slug": "/desktop-access/reference/cli/"
}
]
},
{
"title": "Troubleshooting",
"slug": "/desktop-access/troubleshooting/"
}
]
},
{
2022-03-25 00:30:42 +00:00
"icon": "chip",
"title": "Machine ID",
"entries": [
{
"title": "Introduction",
"slug": "/machine-id/introduction/"
},
{
"title": "Getting Started",
"slug": "/machine-id/getting-started/"
},
{
"title": "Reference",
"slug": "/machine-id/reference/",
"entries": [
{
"title": "Configuration",
"slug": "/machine-id/reference/configuration/"
},
{
"title": "CLI",
"slug": "/machine-id/reference/cli/"
}
]
},
{
"title": "Guides",
"slug": "/machine-id/guides/",
"entries": [
{
"title": "Machine ID with Ansible",
"slug": "/machine-id/guides/ansible/"
},
{
"title": "Machine ID with Jenkins",
"slug": "/machine-id/guides/jenkins/"
Added Machine ID guide for database access from custom apps (#13226) * Added Machine ID and Web Apps Guide. Co-authored-by: Tim Buckley <tim@goteleport.com> * Update reference pages with latest v9.3 content Also, update the mongodb example * Address review feedback * Remove unfinished though and fix a few typos * Tweak wording for the webapps guide Also, fix broken lints in the go examples. * Fix Postgres example * Rename "webapps" guide to "database" guide (with custom app) * Apply suggestions from code review Co-authored-by: Noah Stride <noah.stride@goteleport.com> * Address review feedback * Fix go.mod issue breaking linter, remove duped postgres library * Fix broken links * Rephrase the final sentence a bit. * Update docs/pages/machine-id/guides.mdx Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com> * First batch of review feedback * Apply more suggestions from review * Restore original go.sum / go.mod * Show different version requirement text for cloud vs OSS/enterprise * Add small note about `tbot db` limitations * Add new Machine ID / Database Access diagram * Fix lint errors * Fix broken link * Apply suggestions from code review Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com> * Address review feedback * Fix whitespace * Address review feedback * Update docs/pages/machine-id/guides/databases.mdx Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com> Co-authored-by: Russell Jones <rjones@gravitational.com> Co-authored-by: Noah Stride <noah.stride@goteleport.com> Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
2022-07-07 23:50:31 +00:00
},
{
"title": "Machine ID with Databases",
"slug": "/machine-id/guides/databases/"
}
]
}
]
},
{
"icon": "lock",
"title": "Access Controls",
"entries": [
{
"title": "Introduction",
"slug": "/access-controls/introduction/"
},
{
"title": "Getting Started",
"slug": "/access-controls/getting-started/"
},
{
"title": "Guides",
"slug": "/access-controls/guides/",
"entries": [
{
"title": "Role Templates",
"slug": "/access-controls/guides/role-templates/"
},
{
"title": "Session Locking",
"slug": "/access-controls/guides/locking/"
},
{
"title": "Passwordless (Preview)",
"slug": "/access-controls/guides/passwordless/"
},
{
"title": "Second Factor - WebAuthn",
"slug": "/access-controls/guides/webauthn/"
},
{
"title": "Per-session MFA",
"slug": "/access-controls/guides/per-session-mfa/"
},
{
"title": "Dual Authorization",
"slug": "/access-controls/guides/dual-authz/"
},
{
"title": "Impersonation",
"slug": "/access-controls/guides/impersonation/"
},
{
"title": "Moderated Sessions",
"slug": "/access-controls/guides/moderated-sessions/"
}
]
},
{
"title": "Reference",
"slug": "/access-controls/reference/"
},
{
"title": "FAQ",
"slug": "/access-controls/faq/"
}
]
},
{
"icon": "list",
"title": "API",
"entries": [
{
"title": "Introduction",
"slug": "/api/introduction/"
},
{
"title": "Getting Started",
"slug": "/api/getting-started/"
},
{
"title": "Architecture",
"slug": "/api/architecture/"
}
]
},
{
"icon": "wand",
"title": "Preview",
"entries": [
{
"title": "Upcoming Releases",
"slug": "/preview/upcoming-releases/"
}
]
},
{
"icon": "building",
"title": "Teleport Enterprise",
"entries": [
{
"title": "Introduction",
"slug": "/enterprise/introduction/"
},
{
"title": "Getting Started",
"slug": "/enterprise/getting-started/"
},
{
2022-04-13 16:47:12 +00:00
"title": "Single Sign-On (SSO)",
"slug": "/enterprise/sso/",
"entries": [
{
"title": "Azure Active Directory (AD)",
"slug": "/enterprise/sso/azuread/"
},
{
"title": "Active Directory (ADFS)",
"slug": "/enterprise/sso/adfs/"
},
{
"title": "Google Workspace",
"slug": "/enterprise/sso/google-workspace/"
},
{
"title": "GitLab",
"slug": "/enterprise/sso/gitlab/"
},
{
"title": "OneLogin",
"slug": "/enterprise/sso/one-login/"
},
{
"title": "OIDC",
"slug": "/enterprise/sso/oidc/"
},
{
"title": "Okta",
"slug": "/enterprise/sso/okta/"
}
]
},
{
"title": "Access Requests",
"slug": "/enterprise/workflow/",
"entries": [
{
"title": "Resource Access Requests",
"slug": "/enterprise/workflow/resource-requests/"
},
{
"title": "Role Access Requests",
"slug": "/enterprise/workflow/role-requests/"
}
]
},
{
"title": "FedRAMP",
"slug": "/enterprise/fedramp/"
},
{
"title": "SOC2",
"slug": "/enterprise/soc2/"
2021-09-24 19:35:39 +00:00
},
{
"title": "HSM",
"slug": "/enterprise/hsm/"
2022-04-13 16:47:12 +00:00
},
{
"title": "Enterprise License File",
"slug": "/enterprise/license/"
}
]
},
2021-03-04 18:07:48 +00:00
{
"icon": "cloud",
"title": "Cloud",
"entries": [
{
"title": "Introduction",
"slug": "/cloud/introduction/"
},
{
"title": "Getting Started",
"slug": "/cloud/getting-started/"
},
{
"title": "Architecture",
"slug": "/cloud/architecture/"
},
{
"title": "Downloads",
"slug": "/cloud/downloads/"
},
{
"title": "FAQ",
"slug": "/cloud/faq/"
}
2021-03-04 18:07:48 +00:00
]
},
{
"icon": "integrations",
"title": "Architecture",
"entries": [
{
"title": "Overview",
"slug": "/architecture/overview/"
},
{
"title": "Authentication",
"slug": "/architecture/authentication/"
},
{
"title": "Authorization",
"slug": "/architecture/authorization/"
},
{
"title": "Teleport Proxy",
"slug": "/architecture/proxy/"
},
{
"title": "Trusted Clusters",
"slug": "/architecture/trustedclusters/"
},
{
"title": "Teleport Nodes",
"slug": "/architecture/nodes/"
},
{
"title": "TLS Routing",
"slug": "/architecture/tls-routing/"
}
]
},
{
"icon": "wrench",
"title": "Contribute",
"entries": [
{
"title": "Documentation",
"slug": "/contributing/documentation/",
"entries": [
{
"title": "How to Contribute",
"slug": "/contributing/documentation/how-to-contribute/"
},
{
"title": "Creating Documentation Issues",
"slug": "/contributing/documentation/issues/"
},
{
"title": "Style Guide",
"slug": "/contributing/documentation/style-guide/"
},
{
"title": "UI Reference",
"slug": "/contributing/documentation/reference/"
}
]
}
]
}
],
"variables": {
"version": "7.0",
"terraform": {
"version": "1.0.0"
},
"presets": {
"tokens": {
"first": "abcd123-insecure-do-not-use-this",
"second": "efgh456-insecure-do-not-use-this",
"third": "ijkl789-insecure-do-not-use-this"
Clarify two guides and two intro pages (#11913) * Clarify two guides and two intro pages See #11841 Make the Adding Nodes guide more usable for Cloud - Add a ca_pin preset - Clarify that tctl must be run on the local machine for Cloud users - Structure the guide as a step-by-step tutorial. The guide already included sequences of sample commands, so all this took was to rename headings according to the "Step n/d." format and move the CA pinning section into the section on starting the Node. - Add environment variables to use for storing a CA pin and invite token to sample commands, plus piped commands to extract these strings from the output of tctl commands. - Use a ScopedBlock to hide the Node Tunneling section for Cloud users - Indicate that the --auth-server flag in "teleport start" requires a port. Add intros to the Admin and Operations menu pages - Clarify the purpose of the Admin Guides and Operations sections by adding an intro paragraph to each page. Since these sections are similar in scope, I added links from one to the other with statements about how the two sections differ. - Replace lists of links with Tiles. GitHub SSO - Move the step to create an OAuth app out of the Prerequisites and into its own step. This makes it easier to give the instructions to use a specific callback URL proper space. - Be more explicit about the rp_ip value. - Add explicit instructions for logging in to the cluster after creating the auth preference, including screenshots of expected results. * Fix wording and linter issues following PR review * Respond to PR feedback Remove a misleading instruction re: CA pinning. Also move some text about CA pinning to a more appropriate location.
2022-04-18 20:14:25 +00:00
},
"ca_pin": "sha256:abdc1245efgh5678abdc1245efgh5678abdc1245efgh5678abdc1245efgh5678"
},
"fedramp": {
"control_url": "https://csrc.nist.gov/Projects/risk-management/sp800-53-controls/release-search#!/control?version=5.1&number="
},
"soc2": {
"last_report": "April 12th, 2021"
},
"cloud": {
"version": "8.3.4",
"sla": {
"monthly_percentage": "99.5%",
"monthly_downtime": "3 hours 40 minutes"
}
},
2021-07-08 20:36:30 +00:00
"fluentd": {
"version": "1.12.4"
},
"docker": {
"version": "20.10.7",
"compose": {
"version": "1.25.0"
}
2021-07-08 20:36:30 +00:00
},
"helm": {
"version": "3.4.2"
},
2021-05-17 13:38:13 +00:00
"kubernetes": {
"major_version": "1",
"minor_version": "17"
},
"ansible": {
"min_version": "2.9.6"
},
"mongodb": {
"min_version": "3.6"
},
"teleport": {
"major_version": "11",
"version": "9.0.4",
"golang": "1.17",
"plugin": {
"version": "9.0.4"
},
2021-05-17 13:38:13 +00:00
"helm_repo_url": "https://charts.releases.teleport.dev",
"latest_oss_docker_image": "quay.io/gravitational/teleport:9.1.2",
"latest_ent_docker_image": "quay.io/gravitational/teleport-ent:9.1.2"
}
},
"redirects": [
{
"source": "/architecture/users/",
"destination": "/architecture/authorization/",
"permanent": true
},
{
"source": "/user-manual/",
"destination": "/server-access/guides/tsh/",
"permanent": true
},
{
"source": "/production/",
"destination": "/setup/deployments/",
"permanent": true
},
{
"source": "/admin-guide/",
"destination": "/setup/admin/",
"permanent": true
},
{
"source": "/trustedclusters/",
"destination": "/setup/admin/trustedclusters/",
"permanent": true
},
{
"source": "/reference/api/architecture/",
"destination": "/api/architecture/",
"permanent": true
},
{
"source": "/reference/api/getting-started/",
"destination": "/api/getting-started/",
"permanent": true
},
{
"source": "/reference/api/introduction/",
"destination": "/api/introduction/",
"permanent": true
},
{
"source": "/metrics-logs-reference/",
"destination": "/setup/reference/metrics/",
"permanent": true
},
{
"source": "/config-reference/",
"destination": "/setup/reference/config/",
"permanent": true
},
{
"source": "/cli-docs/",
"destination": "/setup/reference/cli/",
"permanent": true
},
{
"source": "/enterprise/ssh-kubernetes-fedramp/",
"destination": "/enterprise/fedramp/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-one-login/",
"destination": "/enterprise/sso/one-login/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-okta/",
"destination": "/enterprise/sso/okta/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-google-workspace/",
"destination": "/enterprise/sso/google-workspace/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-azuread/",
"destination": "/enterprise/sso/azuread/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-adfs/",
"destination": "/enterprise/sso/adfs/",
"permanent": true
},
{
"source": "/enterprise/sso/ssh-sso/",
"destination": "/enterprise/sso/",
"permanent": true
},
{
"source": "/enterprise/ssh_sso/",
"destination": "/enterprise/sso/",
"permanent": true
},
{
"source": "/enterprise/quickstart-enterprise/",
"destination": "/enterprise/getting-started/",
"permanent": true
},
{
"source": "/gcp-guide/",
"destination": "/setup/deployments/gcp/",
"permanent": true
},
{
"source": "/ibm-cloud-guide/",
"destination": "/setup/deployments/ibm/",
"permanent": true
},
{
"source": "/aws-terraform-guide/",
"destination": "/setup/deployments/aws-terraform/",
"permanent": true
},
{
"source": "/setup/guides/docker-compose/",
"destination": "/setup/guides/docker/",
"permanent": true
},
{
"source": "/cloud/",
"destination": "/cloud/introduction/",
"permanent": true
},
{
"source": "/application-access/",
"destination": "/application-access/introduction/",
"permanent": true
},
{
"source": "/database-access/",
"destination": "/database-access/introduction/",
"permanent": true
},
{
"source": "/kubernetes-access/",
"destination": "/kubernetes-access/introduction/",
"permanent": true
},
{
"source": "/enterprise/ssh-rbac/",
"destination": "/access-controls/introduction/",
"permanent": true
},
{
"source": "/quickstart/",
"destination": "/getting-started/",
"permanent": true
},
{
"source": "/preview/database-access/",
"destination": "/database-access/",
"permanent": true
},
{
"source": "/preview/cloud/",
"destination": "/cloud/",
"permanent": true
},
{
"source": "/kubernetes-ssh/",
"destination": "/kubernetes-access/",
"permanent": true
},
{
"source": "/features/ssh-pam/",
"destination": "/server-access/guides/ssh-pam/",
"permanent": true
},
{
"source": "/openssh-teleport/",
"destination": "/server-access/guides/openssh/",
"permanent": true
2021-06-02 19:21:54 +00:00
},
{
"source": "/enterprise/sso/ssh-gsuite/",
"destination": "/enterprise/sso/ssh-google-workspace/",
"permanent": true
},
{
"source": "/features/enhanced-session-recording/",
"destination": "/server-access/guides/bpf-session-recording/",
"permanent": true
},
{
"source": "/quickstart-docker/",
"destination": "/setup/guides/docker/",
"permanent": true
},
{
"source": "/database-access/guides/postgres-aws/",
"destination": "/database-access/guides/rds/",
"permanent": true
},
{
"source": "/database-access/guides/mysql-aws/",
"destination": "/database-access/guides/rds/",
"permanent": true
},
{
"source": "/docs/",
"destination": "/contributing/documentation/",
"permanent": true
},
{
"source": "/docs/best-practices/",
"destination": "/contributing/documentation/",
"permanent": true
},
{
"source": "/kubernetes-access/guides/migration/",
"destination": "/kubernetes-access/introduction/",
"permanent": true
},
{
"source": "/setup/guides/joining-nodes-aws/",
"destination": "/setup/guides/joining-nodes-aws-iam/",
"permanent": true
2022-04-13 16:47:12 +00:00
},
{
"source": "/setup/reference/license/",
"destination": "/enterprise/license/",
2022-04-13 16:47:12 +00:00
"permanent": true
},
{
"source": "/architecture/",
"destination": "/architecture/overview/",
"permanent": true
},
{
"source": "/intro/",
"destination": "/",
"permanent": true
},
{
"source": "/api-reference/",
"destination": "/api/getting-started/",
"permanent": true
},
{
"source": "/server-access/guides/ansible/",
"destination": "/machine-id/guides/ansible/",
"permanent": true
},
{
"source": "/cluster/",
"destination": "/kubernetes-access/guides/multiple-clusters/",
"permanent": true
},
{
"source": "/application-access/guides/jwt/",
"destination": "/application-access/jwt/",
"permanent": true
},
{
"source": "/getting-started/digitalocean/",
"destination": "/setup/deployments/digitalocean/",
"permanent": true
},
{
"source": "/kubernetes-access/getting-started/agent/",
"destination": "/kubernetes-access/getting-started/",
"permanent": true
},
{
"source": "/kubernetes-access/getting-started/cluster/",
"destination": "/getting-started/kubernetes-cluster/",
"permanent": true
},
{
"source": "/kubernetes-access/getting-started/local/",
"destination": "/getting-started/local-kubernetes/",
"permanent": true
},
{
"source": "/kubernetes-access/helm/guides/",
"destination": "/setup/helm-deployments/",
"permanent": true
},
{
"source": "/kubernetes-access/helm/guides/aws/",
"destination": "/setup/helm-deployments/aws/",
"permanent": true
},
{
"source": "/kubernetes-access/helm/guides/custom/",
"destination": "/setup/helm-deployments/custom/",
"permanent": true
},
{
"source": "/kubernetes-access/helm/guides/digitalocean/",
"destination": "/setup/helm-deployments/digitalocean/",
"permanent": true
},
{
"source": "/kubernetes-access/helm/guides/gcp/",
"destination": "/setup/helm-deployments/gcp/",
"permanent": true
},
{
"source": "/kubernetes-access/helm/guides/migration/",
"destination": "/setup/helm-deployments/migration/",
"permanent": true
},
{
"source": "/kubernetes-access/helm/reference/",
"destination": "/setup/helm-reference/",
"permanent": true
},
{
"source": "/kubernetes-access/helm/reference/teleport-cluster/",
"destination": "/setup/helm-reference/teleport-cluster/",
"permanent": true
},
{
"source": "/kubernetes-access/helm/reference/teleport-kube-agent/",
"destination": "/setup/helm-reference/teleport-kube-agent/",
"permanent": true
},
{
"source": "/access-controls/guides/u2f/",
"destination": "/access-controls/guides/webauthn/",
"permanent": true
},
{
"source": "/setup/admin/graceful-restarts/",
"destination": "/setup/admin/upgrading-the-teleport-binary/",
"permanent": true
}
]
}