Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v14] docs: update server access guides #47037

Merged
merged 3 commits into from
Oct 1, 2024
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
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`.
Loading