diff --git a/docs/config.json b/docs/config.json index 9c13549206463..f080572e7179f 100644 --- a/docs/config.json +++ b/docs/config.json @@ -1299,7 +1299,7 @@ "title": "Microsoft SQL Server with Active Directory authentication", "slug": "/database-access/enroll-aws-databases/sql-server-ad/" }, - { + { "title": "AWS ElastiCache and AWS MemoryDB for Redis", "slug": "/database-access/enroll-aws-databases/redis-aws/" }, @@ -1429,6 +1429,10 @@ } ] }, + { + "title": "Using the Teleport Database Service", + "slug": "/database-access/guides/" + }, { "title": "Architecture", "slug": "/database-access/architecture/" @@ -3049,21 +3053,6 @@ "destination": "/auto-discovery/kubernetes/google-cloud/", "permanent": true }, - { - "source": "/kubernetes-access/discovery/includes/discovery-group/", - "destination": "/includes/discovery/discovery-group/", - "permanent": true - }, - { - "source": "/kubernetes-access/discovery/includes/step-description/", - "destination": "/includes/discovery/step-description/", - "permanent": true - }, - { - "source": "/kubernetes-access/discovery/includes/troubleshooting/", - "destination": "/includes/discovery/troubleshooting/", - "permanent": true - }, { "source": "/server-access/guides/azure-discovery/", "destination": "/auto-discovery/servers/azure-discovery/", @@ -3123,6 +3112,161 @@ "source": "/database-access/rbac/configuring-access/", "destination": "/database-access/rbac/", "permanent": true + }, + { + "source": "/database-access/guides/aws-cassandra-keyspaces/", + "destination": "/database-access/enroll-aws-databases/aws-cassandra-keyspaces/", + "permanent": true + }, + { + "source": "/database-access/guides/aws-cross-account/", + "destination": "/database-access/enroll-aws-databases/aws-cross-account/", + "permanent": true + }, + { + "source": "/database-access/guides/aws-dynamodb/", + "destination": "/database-access/enroll-aws-databases/aws-dynamodb/", + "permanent": true + }, + { + "source": "/database-access/guides/aws-opensearch/", + "destination": "/database-access/enroll-aws-databases/aws-opensearch/", + "permanent": true + }, + { + "source": "/database-access/guides/azure-postgres-mysql/", + "destination": "/database-access/enroll-azure-databases/azure-postgres-mysql/", + "permanent": true + }, + { + "source": "/database-access/guides/azure-redis/", + "destination": "/database-access/enroll-azure-databases/azure-redis/", + "permanent": true + }, + { + "source": "/database-access/guides/azure-sql-server-ad/", + "destination": "/database-access/enroll-azure-databases/azure-sql-server-ad/", + "permanent": true + }, + { + "source": "/database-access/guides/cassandra-self-hosted/", + "destination": "/database-access/enroll-self-hosted-databases/cassandra-self-hosted/", + "permanent": true + }, + { + "source": "/database-access/guides/clickhouse-self-hosted/", + "destination": "/database-access/enroll-self-hosted-databases/clickhouse-self-hosted/", + "permanent": true + }, + { + "source": "/database-access/guides/cockroachdb-self-hosted/", + "destination": "/database-access/enroll-self-hosted-databases/cockroachdb-self-hosted/", + "permanent": true + }, + { + "source": "/database-access/guides/elastic/", + "destination": "/database-access/enroll-self-hosted-databases/elastic/", + "permanent": true + }, + { + "source": "/database-access/guides/mongodb-atlas/", + "destination": "/database-access/enroll-managed-databases/mongodb-atlas/", + "permanent": true + }, + { + "source": "/database-access/guides/mongodb-self-hosted/", + "destination": "/database-access/enroll-self-hosted-databases/mongodb-self-hosted/", + "permanent": true + }, + { + "source": "/database-access/guides/mysql-cloudsql/", + "destination": "/database-access/enroll-google-cloud-databases/mysql-cloudsql/", + "permanent": true + }, + { + "source": "/database-access/guides/mysql-self-hosted/", + "destination": "/database-access/enroll-self-hosted-databases/mysql-self-hosted/", + "permanent": true + }, + { + "source": "/database-access/guides/oracle-self-hosted/", + "destination": "/database-access/enroll-self-hosted-databases/oracle-self-hosted/", + "permanent": true + }, + { + "source": "/database-access/guides/postgres-cloudsql/", + "destination": "/database-access/enroll-google-cloud-databases/postgres-cloudsql/", + "permanent": true + }, + { + "source": "/database-access/guides/postgres-redshift/", + "destination": "/database-access/enroll-aws-databases/postgres-redshift/", + "permanent": true + }, + { + "source": "/database-access/guides/postgres-self-hosted/", + "destination": "/database-access/enroll-self-hosted-databases/postgres-self-hosted/", + "permanent": true + }, + { + "source": "/database-access/guides/rds-proxy-mysql/", + "destination": "/database-access/enroll-aws-databases/rds-proxy-mysql/", + "permanent": true + }, + { + "source": "/database-access/guides/rds-proxy-postgres/", + "destination": "/database-access/enroll-aws-databases/rds-proxy-postgres/", + "permanent": true + }, + { + "source": "/database-access/guides/rds-proxy-sqlserver/", + "destination": "/database-access/enroll-aws-databases/rds-proxy-sqlserver/", + "permanent": true + }, + { + "source": "/database-access/guides/rds/", + "destination": "/database-access/enroll-aws-databases/rds/", + "permanent": true + }, + { + "source": "/database-access/guides/redis-aws/", + "destination": "/database-access/enroll-aws-databases/redis-aws/", + "permanent": true + }, + { + "source": "/database-access/guides/redis-cluster/", + "destination": "/database-access/enroll-self-hosted-databases/redis-cluster/", + "permanent": true + }, + { + "source": "/database-access/guides/redis/", + "destination": "/database-access/enroll-self-hosted-databases/redis/", + "permanent": true + }, + { + "source": "/database-access/guides/redshift-serverless/", + "destination": "/database-access/enroll-aws-databases/redshift-serverless/", + "permanent": true + }, + { + "source": "/database-access/guides/snowflake/", + "destination": "/database-access/enroll-managed-databases/snowflake/", + "permanent": true + }, + { + "source": "/database-access/guides/sql-server-ad-pkinit/", + "destination": "/database-access/enroll-self-hosted-databases/sql-server-ad-pkinit/", + "permanent": true + }, + { + "source": "/database-access/guides/sql-server-ad/", + "destination": "/database-access/enroll-aws-databases/sql-server-ad/", + "permanent": true + }, + { + "source": "/database-access/guides/vitess/", + "destination": "/database-access/enroll-self-hosted-databases/vitess/", + "permanent": true } ] } diff --git a/docs/pages/database-access/guides.mdx b/docs/pages/database-access/guides.mdx index 303de34a218b9..44b5b0f656182 100644 --- a/docs/pages/database-access/guides.mdx +++ b/docs/pages/database-access/guides.mdx @@ -1,6 +1,6 @@ --- -title: Database Access Guides -description: Guides for configuring Teleport database access with self-hosted or cloud-hosted databases. +title: Using the Teleport Database Service +description: Guides to possibilities for running the Teleport Database Service. layout: tocless-doc ---