Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions docs/pages/application-access/guides/dynamic-registration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ title: Dynamic App Registration
description: Register/unregister apps without restarting Teleport.
---

<Details
title="Version warning"
opened={true}
scope={["oss", "enterprise"]}
scopeOnly={true}
min="8.0"
>
Dynamic app registration is available starting from Teleport `8.0`.
</Details>

Dynamic app registration allows Teleport administrators to register new apps
(or update/unregister existing ones) without having to update the static
configuration and restarting Teleport Application Service instances.
Expand Down
5 changes: 0 additions & 5 deletions docs/pages/application-access/jwt/elasticsearch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@ description: How to use JWT authentication with Elasticsearch
This guide will help you configure Elasticsearch [JWT authentication](https://www.elastic.co/guide/en/elasticsearch/reference/current/jwt-realm.html)
with Teleport.

<Details title="Version warning" opened={true}>
Elasticsearch supports JWT authentication starting from version `8.2.0`.
</Details>

## Prerequisites

(!docs/pages/includes/edition-prereqs-tabs.mdx!)

- (!docs/pages/includes/tctl.mdx!)

- Running [Application Service](../guides/connecting-apps.mdx).
- Elasticsearch cluster version >= `8.2.0`.

Expand Down
7 changes: 0 additions & 7 deletions docs/pages/database-access/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ Here's an overview of what we will do:

## Prerequisites

<Admonition type="note" title="Supported versions">

Teleport database access is available starting from the `6.0.0` Teleport
release.

</Admonition>

(!docs/pages/includes/edition-prereqs-tabs.mdx!)

- An AWS account with a PostgreSQL AWS Aurora database and permissions to create
Expand Down
10 changes: 0 additions & 10 deletions docs/pages/database-access/guides/cockroachdb-self-hosted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ title: Database Access with Self-Hosted CockroachDB
description: How to configure Teleport database access with self-hosted CockroachDB.
---

<Details
title="Version warning"
opened={true}
scope={["oss", "enterprise"]}
scopeOnly={true}
min="8.0"
>
CockroachDB support is available starting from Teleport `8.0`.
</Details>

This guide will help you to:

1. Install Teleport and connect it to a CockroachDB cluster.
Expand Down
10 changes: 0 additions & 10 deletions docs/pages/database-access/guides/dynamic-registration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ title: Dynamic Database Registration
description: Register/unregister databases without restarting Teleport.
---

<Details
title="Version warning"
opened={true}
scope={["oss", "enterprise"]}
scopeOnly={true}
min="8.0"
>
Dynamic database registration is available starting from Teleport `8.0`.
</Details>

Dynamic database registration allows Teleport administrators to register new
databases (or update/unregister existing ones) without having to update the
static configuration and restarting Teleport Database Service instances.
Expand Down
10 changes: 0 additions & 10 deletions docs/pages/database-access/guides/redis-cluster.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ title: Database Access with Redis Cluster
description: How to configure Teleport database access with Redis Cluster.
---

<Details
title="Version warning"
opened={true}
scope={["oss", "enterprise"]}
scopeOnly={true}
min="9.0"
>
Database access for Redis is available starting from Teleport `9.0`.
</Details>

If you want to configure Redis Standalone, please read [Database Access with Redis](redis.mdx).

This guide will help you to:
Expand Down
13 changes: 1 addition & 12 deletions docs/pages/database-access/guides/redis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@ title: Database Access with Redis
description: How to configure Teleport database access with Redis.
---

<Details
title="Version warning"
opened={true}
scope={["oss", "enterprise"]}
scopeOnly={true}
min="9.0"
>
Database access for Redis is available starting from Teleport `9.0`.
</Details>

If you want to configure Redis Cluster, please read [Database Access with Redis Cluster](redis-cluster.mdx).

This guide will help you to:
Expand All @@ -36,8 +26,7 @@ This guide will help you to:

- `redis-cli` version `6.2` or newer installed and added to your system's `PATH` environment variable.

- A host where you will run the Teleport Database Service. Teleport version 9.0
or newer must be installed.
- A host where you will run the Teleport Database Service.

See [Installation](../../installation.mdx) for details.

Expand Down
11 changes: 0 additions & 11 deletions docs/pages/database-access/guides/sql-server-ad.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@ description: How to configure Teleport database access with Microsoft SQL Server
videoBanner: k2wz79XCexY
---

<Details
title="Version warning"
opened={true}
scope={["oss", "enterprise"]}
scopeOnly={true}
min="9.0"
>
Database access for Microsoft SQL Server with Active Directory authentication
is available starting from Teleport `9.0`.
</Details>

<Admonition type="warning" title="Preview">
Database access for Microsoft SQL Server is currently in Preview mode.
</Admonition>
Expand Down
2 changes: 0 additions & 2 deletions docs/pages/machine-id/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ binaries, including `teleport`, `tctl`, `tsh`, and `tbot`:
- `tsh` is the client tool you will use to log in to the Teleport Cluster (steps 2/4 and 4/4)
- `tbot` is the Machine ID tool you will use to associate a bot user with a machine (step 3/4)

Machine ID is available starting from the Teleport `9.0.0` release.

Download the appropriate Teleport package for your platform:

(!docs/pages/includes/install-linux.mdx!)
Expand Down