From a82065f98d3ee9bd5d6cfbe55e1121e4d8273bd6 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Sat, 16 Nov 2024 08:58:02 -0500 Subject: [PATCH 1/3] docs: update db gui client --- docs/pages/connect-your-client/gui-clients.mdx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/pages/connect-your-client/gui-clients.mdx b/docs/pages/connect-your-client/gui-clients.mdx index 30bc8ef8b727e..c57fa77f1628e 100644 --- a/docs/pages/connect-your-client/gui-clients.mdx +++ b/docs/pages/connect-your-client/gui-clients.mdx @@ -10,9 +10,20 @@ work with Teleport. ### Prerequisites -(!docs/pages/includes/edition-prereqs-tabs.mdx!) +- A running Teleport cluster version (=teleport.version=) or above. If you want to get started with Teleport, [sign + up](https://goteleport.com/signup) for a free trial or [set up a demo + environment](../admin-guides/deploy-a-cluster/linux-demo.mdx). + +- The `tsh` client tool. Visit [Installation](../installation.mdx) for instructions on downloading + `tsh`. See the [Using Teleport Connect](./teleport-connect.mdx) guide for a graphical desktop client + that includes `tsh`. + +- To check that you can connect to your Teleport cluster, sign in with `tsh login`. For example: + + ```code + $ tsh login --proxy= --user= + ``` -- (!docs/pages/includes/tctl.mdx!) - The Teleport Database Service configured to access a database. See one of our [guides](../enroll-resources/database-access/guides/guides.mdx) for how to set up the Teleport Database Service for your database. From ce4dafd4c9855efebebd7d856fb9e7468a441a7f Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Mon, 18 Nov 2024 14:57:03 -0500 Subject: [PATCH 2/3] docs: remove Teleport version ref in db gui client Co-authored-by: Paul Gottschling --- docs/pages/connect-your-client/gui-clients.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/connect-your-client/gui-clients.mdx b/docs/pages/connect-your-client/gui-clients.mdx index c57fa77f1628e..3403430765eea 100644 --- a/docs/pages/connect-your-client/gui-clients.mdx +++ b/docs/pages/connect-your-client/gui-clients.mdx @@ -10,7 +10,7 @@ work with Teleport. ### Prerequisites -- A running Teleport cluster version (=teleport.version=) or above. If you want to get started with Teleport, [sign +- A running Teleport cluster. If you want to get started with Teleport, [sign up](https://goteleport.com/signup) for a free trial or [set up a demo environment](../admin-guides/deploy-a-cluster/linux-demo.mdx). From 3305b0b9363830469b8fa426f4109523f13cecf9 Mon Sep 17 00:00:00 2001 From: stevenGravy Date: Mon, 18 Nov 2024 20:06:43 -0500 Subject: [PATCH 3/3] docs: include peer as join session mode in access role ref --- docs/pages/includes/role-spec.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/includes/role-spec.mdx b/docs/pages/includes/role-spec.mdx index 02b126f191f13..2728bb1881de7 100644 --- a/docs/pages/includes/role-spec.mdx +++ b/docs/pages/includes/role-spec.mdx @@ -389,7 +389,7 @@ spec: # generates a role name from the value capture roles: ['$1-admin'] - # Teleport can attach annotations to pending Access Requests. these + # Teleport can attach annotations to pending Access Requests. These # annotations may be literals, or be variable interpolation expressions, # effectively creating a means for propagating selected claims from an # external identity provider to the plugin system. @@ -427,7 +427,7 @@ spec: # The different session kinds this policy applies to. kinds: ['k8s', 'ssh'] # The list of session participant modes the role may join the session as. - modes: ['moderator', 'observer'] + modes: ['moderator', 'observer', 'peer'] # spiffe is a list of SPIFFE IDs that the role holder is allowed to request # SVIDs for. As long as the request matches one of the blocks within the