-
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.
Closes #17641 Organize the guides to enrolling databases in specific cloud providers (or self-hosted databases) into separate subsections of the "Database Actions" section, organized by cloud provider (or self-hosted). We can later add general information to the index page of each subsection about how Teleport database access works for each cloud provider. The remaining guides in the "Guides" subsection have to do with database-agnostic functionality of the Teleport Database Service. This change also adds a redirect for each page it moves.
- Loading branch information
Showing
40 changed files
with
397 additions
and
156 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,30 @@ | ||
--- | ||
title: Enroll AWS Databases | ||
description: "Provides instructions on protecting databases in your AWS-managed infrastructure with Teleport." | ||
--- | ||
|
||
The guides in this section show you how to protect AWS-managed databases with | ||
Teleport. | ||
|
||
You can configure Teleport to discover databases in your AWS account and enroll | ||
them with your cluster automatically. Read more about [Teleport auto-discovery | ||
for AWS databases](./enroll-aws-databases/aws-discovery.mdx). | ||
|
||
It is also possible to protect databases across your AWS accounts. Read the | ||
instructions in [AWS Cross-Account Database | ||
Access](./enroll-aws-databases/aws-cross-account.mdx). | ||
|
||
Read the following guides for how to protect a specific AWS-managed database | ||
with Teleport: | ||
|
||
- [Amazon Redshift](./enroll-aws-databases/postgres-redshift.mdx) | ||
- [Amazon Redshift Serverless](./enroll-aws-databases/redshift-serverless.mdx) | ||
- [Amazon RDS](./enroll-aws-databases/rds.mdx) | ||
- [Amazon RDS for SQL Server](./enroll-aws-databases/sql-server-ad.mdx) | ||
- [Amazon RDS Proxy for PostgreSQL](./enroll-aws-databases/rds-proxy-postgres.mdx) | ||
- [Amazon RDS Proxy for Microsoft SQL Server](./enroll-aws-databases/rds-proxy-sqlserver.mdx) | ||
- [Amazon RDS Proxy MySQL](./enroll-aws-databases/rds-proxy-mysql.mdx) | ||
- [Amazon OpenSearch](./enroll-aws-databases/aws-opensearch.mdx) | ||
- [Amazon DynamoDB](./enroll-aws-databases/aws-dynamodb.mdx) | ||
- [AWS Keyspaces (Apache Cassandra)](./enroll-aws-databases/aws-cassandra-keyspaces.mdx) | ||
- [AWS ElastiCache and AWS MemoryDB for Redis](./enroll-aws-databases/redis-aws.mdx) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,11 @@ | ||
--- | ||
title: Enroll Azure Databases | ||
description: "Provides instructions on protecting databases in your Azure-managed infrastructure with Teleport." | ||
--- | ||
|
||
You can protect Azure-managed databases with Teleport. Learn how to enroll the | ||
following databases: | ||
|
||
- [Azure SQl Server](./enroll-azure-databases/azure-sql-server-ad.mdx) | ||
- [Azure Database for PostgreSQL or MySQL Server](./enroll-azure-databases/azure-postgres-mysql.mdx) | ||
- [Azure Redis](./enroll-azure-databases/azure-redis.mdx) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
docs/pages/database-access/enroll-google-cloud-databases.mdx
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,10 @@ | ||
--- | ||
title: Enroll Google Cloud Databases | ||
description: "Provides instructions on protecting databases in your Google Cloud-managed infrastructure with Teleport." | ||
--- | ||
|
||
You can protect databases hosted on Google Cloud with Teleport. Read the | ||
following guides for instructions on enrolling a specific database: | ||
|
||
- [PostgreSQL on Google Cloud SQL](./enroll-google-cloud-databases/postgres-cloudsql.mdx) | ||
- [MySQL on Google Cloud SQL](./enroll-google-cloud-databases/mysql-cloudsql.mdx) |
File renamed without changes.
File renamed without changes.
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,10 @@ | ||
--- | ||
title: Enroll Cloud-Hosted Database Platforms | ||
description: "Provides instructions on protecting managed databases in your infrastructure with Teleport." | ||
--- | ||
|
||
Teleport can protect databases that are managed as a dedicated cloud platform. | ||
Learn how to enroll the following databases in your Teleport cluster: | ||
|
||
- [MongoDB Atlas](./enroll-managed-databases/mongodb-atlas.mdx) | ||
- [Snowflake](./enroll-managed-databases/snowflake.mdx) |
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions
22
docs/pages/database-access/enroll-self-hosted-databases.mdx
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,22 @@ | ||
--- | ||
title: Enroll Self-Hosted Databases | ||
description: "Provides instructions on protecting self-hosted databases in your infrastructure with Teleport." | ||
--- | ||
|
||
You can protect self-hosted databases with Teleport. Learn how to enroll your | ||
database in your Teleport cluster with the following guides: | ||
|
||
- [Cassandra and | ||
ScyllaDB](./enroll-self-hosted-databases/cassandra-self-hosted.mdx) | ||
- [ClickHouse](./enroll-self-hosted-databases/clickhouse-self-hosted.mdx) | ||
- [CockroachDB](./enroll-self-hosted-databases/cockroachdb-self-hosted.mdx) | ||
- [Elastic](./enroll-self-hosted-databases/elastic.mdx) | ||
- [MongoDB](./enroll-self-hosted-databases/mongodb-self-hosted.mdx) | ||
- [MySQL](./enroll-self-hosted-databases/mysql-self-hosted.mdx) | ||
- [Oracle](./enroll-self-hosted-databases/oracle-self-hosted.mdx) | ||
- [PostgreSQL](./enroll-self-hosted-databases/postgres-self-hosted.mdx) | ||
- [Redis Cluster](./enroll-self-hosted-databases/redis-cluster.mdx) | ||
- [Redis](./enroll-self-hosted-databases/redis.mdx) | ||
- [SQL Server with PKINIT | ||
authentication](./enroll-self-hosted-databases/sql-server-ad-pkinit.mdx) | ||
- [Vitess](./enroll-self-hosted-databases/vitess.mdx) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
This file was deleted.
Oops, something went wrong.