Skip to content

Commit

Permalink
[v14] docs: update server access guides (#47037)
Browse files Browse the repository at this point in the history
* docs: update server access guides

* docs: remove version 12.1 reference

* docs: update api user

---------

Co-authored-by: Steven Martin <[email protected]>
  • Loading branch information
stevenGravy and Steven Martin authored Oct 1, 2024
1 parent c987b82 commit 9c75249
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/pages/admin-guides/access-controls/idps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ title: Configure Teleport as an identity provider
description: How to set up Teleport's identity provider functionality
---

Since Teleport 12.1 users can authenticate to both internal and external applications
through the use of a built in identity provider.
Users can authenticate to both internal and external applications
through the use of a built in identity provider in Teleport.

- [SAML Guide](./idps/saml-guide.mdx): A guide for setting up an example application to integration with the SAML identity provider.
- [SAML Attribute Mapping](./idps/saml-attribute-mapping.mdx): A reference on how attribute mapping works in Teleport and how to
Expand Down
4 changes: 1 addition & 3 deletions docs/pages/admin-guides/api/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ Here are the steps we'll walkthrough:
Create a user `api-admin` with the built-in role `editor`:

```code
# Run this directly on your Auth Server unless you are using Teleport Cloud
# Add a user and login via the Proxy Service
$ sudo tctl users add api-admin --roles=editor
$ tctl users add api-admin --roles=editor
```

## Step 2/3. Generate client credentials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This guide explains how to use Teleport and a JetBrains IDE to access files with

## Prerequisites

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

- JetBrains IDE like PyCharm, IntelliJ, GoLand etc. See [Products](https://www.jetbrains.com/products/#type=ide) for a full list of JetBrains IDEs.
- One or more Teleport SSH Service instances. If you have not yet done this,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide explains how to use Teleport and Visual Studio Code's remote SSH exte

## Prerequisites

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

- OpenSSH client.
- Visual Studio Code with the [Remote - SSH extension](https://code.visualstudio.com/docs/remote/ssh#_system-requirements)
Expand Down
10 changes: 10 additions & 0 deletions docs/pages/includes/edition-prereqs-tabs-not-admin.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{{ version="(=teleport.version=)" }}

- A running Teleport cluster version {{ 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`.

0 comments on commit 9c75249

Please sign in to comment.