Skip to content

Commit

Permalink
Updating messaging to match all Teleport protocols (#10768)
Browse files Browse the repository at this point in the history
  • Loading branch information
benarent authored Mar 31, 2022
1 parent dd0d045 commit e60d9e0
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions docs/pages/access-controls/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ description: Get started using Teleport Access Controls.
# Getting Started

In Teleport, any local, SSO, or robot user can be a member of one or several
roles. Roles govern access to databases, SSH servers, kubernetes clusters, and web apps.
roles. Roles govern access to databases, SSH servers, Kubernetes clusters, Windows desktops and web apps.

We will start with local users and preset roles, map SSO users to roles and wrap up
with creating your own role.

## Prerequisites

- Installed [Teleport](../getting-started.mdx) or [Teleport Cloud](../cloud/introduction.mdx) >= (=teleport.version=)
- [Tctl admin tool](https://goteleport.com/teleport/download) >= (=teleport.version=)
- [tctl admin tool](https://goteleport.com/teleport/download) >= (=teleport.version=)

(!docs/pages/includes/permission-warning.mdx!)

Expand Down
6 changes: 3 additions & 3 deletions docs/pages/enterprise/fedramp.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: FedRAMP compliance for SSH, Kubernetes and Applications
description: How to configure SSH, Kubernetes and Application access to be FedRAMP compliant, including support for FIPS 140-2
h1: FedRAMP for SSH and Kubernetes and Application Access
title: FedRAMP compliance for Infrastructure access
description: How to configure SSH, Kubernetes, database, and web app access to be FedRAMP compliant, including support for FIPS 140-2
h1: FedRAMP for SSH, Kubernetes, Databases and Web Apps.
---

Teleport provides the foundation to meet FedRAMP requirements for the purposes of accessing infrastructure. This includes support for [FIPS 140-2](https://en.wikipedia.org/wiki/FIPS\_140-2), also known as the Federal Information Processing Standard, which is the US government approved standard for cryptographic modules. This document outlines a high
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/enterprise/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Teleport Enterprise Quick Start
description: How to set up and configure Teleport Enterprise for SSH and Kubernetes access
description: How to set up and configure Teleport Enterprise for SSH
h1: Teleport Enterprise Quick Start
---

Expand Down
6 changes: 3 additions & 3 deletions docs/pages/enterprise/soc2.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: SOC2 compliance for SSH, Kubernetes and Applications
description: How to configure SSH, Kubernetes and Application access to be SOC2 compliant
h1: SOC2 Compliance for SSH and Kubernetes and Application Access
title: SOC2 compliance for SSH, Kubernetes and Databases
description: How to configure SOC2-compliant access to SSH, Kubernetes, databases, desktops and web apps
h1: SOC2 Compliance for SSH, Kubernetes, Databases, Desktops and Web Apps
---

Teleport is designed to meet SOC2 requirements for the purposes of accessing infrastructure, change management and system operations. This document outlines a high
Expand Down
18 changes: 9 additions & 9 deletions docs/pages/enterprise/sso.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: SSO for SSH
description: How to set up single sign-on (SSO) for SSH using Gravitational Teleport
description: How to set up single sign-on (SSO) for SSH using Teleport
h1: Single Sign-On (SSO) for SSH
---

Expand All @@ -9,25 +9,25 @@ through a Single Sign-On (SSO) provider used the rest of the organization.

<TileSet>
<Tile icon="bolt" title="Azure Active Directory (AD)" href="./sso/azuread.mdx">
Configure Azure Active Directory SSO for SSH, Kubernetes, Database and Web apps.
Configure Azure Active Directory SSO for SSH, Kubernetes, databases, desktops and web apps.
</Tile>
<Tile icon="bolt" title="Active Directory (ADFS)" href="./sso/adfs.mdx">
Configure Windows Active Directory SSO for SSH, Kubernetes, Database and Web apps.
Configure Windows Active Directory SSO for SSH, Kubernetes, databases, desktops and web apps.
</Tile>
<Tile icon="bolt" title="Google Workspace" href="./sso/google-workspace.mdx">
Configure Gsuite SSO for SSH, Kubernetes, Database and Web apps.
Configure Google Workspace SSO for SSH, Kubernetes, databases, desktops and web apps.
</Tile>
<Tile icon="bolt" title="GitLab" href="./sso/gitlab.mdx">
Configure Gitlab SSO for SSH, Kubernetes, Database and Web apps.
Configure GitLab SSO for SSH, Kubernetes, databases, desktops and web apps.
</Tile>
<Tile icon="bolt" title="OneLogin" href="./sso/one-login.mdx">
Configure OneLogin SSO for SSH, Kubernetes, Database and Web apps.
Configure OneLogin SSO for SSH, Kubernetes, databases, desktops and web apps.
</Tile>
<Tile icon="bolt" title="OIDC" href="./sso/oidc.mdx">
Configure OIDC SSO for SSH, Kubernetes, Database and Web apps.
Configure OIDC SSO for SSH, Kubernetes, databases, desktops and web apps.
</Tile>
<Tile icon="bolt" title="Okta" href="./sso/okta.mdx">
Configure Okta SSO for SSH, Kubernetes, Database and Web apps.
Configure Okta SSO for SSH, Kubernetes, databases, desktops and web apps.
</Tile>
</TileSet>

Expand All @@ -38,7 +38,7 @@ Users need to execute the following command login in the CLI or login using UI:
```bsh
# this command will automatically open the default web browser and take a user
# through the login process with an SSO provider:
$ tsh login --proxy=proxy.example.com
$ tsh login --proxy=proxy.example.com --auth=github
# output:
If browser window does not open automatically, open it by clicking on the link:
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/enterprise/workflow/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Access Requests for SSH and Kubernetes Access
description: How to customize SSH and Kubernetes access using Teleport.
title: Access Requests for Infrastructure Access
description: Teleport allows users to request new roles with elevated privileges from the CLI or UI. Requests can be escalated via ChatOps or anywhere else via our flexible Authorization Workflow API.
h1: Teleport Access Requests
---

Expand Down Expand Up @@ -196,7 +196,7 @@ spec:
# the `request_prompt` field can be used to tell the user what should
# be supplied in the request reason field.
request_prompt: Please provide your ticket ID
version: v3
version: v5
```
<Admonition
Expand Down
5 changes: 2 additions & 3 deletions docs/pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ Teleport provides security-critical support for the current and two previous rel
| 4.4 | Yes | October 20th, 2020 | 3.0.0 |
| 4.3 (EOL) | Yes | July 8th, 2020 | 3.0.0 |
| 4.2 (EOL) | Yes | December 19th, 2019 | 3.0.0 |
| 4.1 (EOL) | Yes | October 1st, 2019 | 3.0.0 |
| 4.0 (EOL) | Yes | June 18th, 2019 | 3.0.0 |


**How should I upgrade my cluster?**

Expand All @@ -155,7 +154,7 @@ Please refer to the [Ports](./setup/reference/networking.mdx) section of the Adm

### Does Teleport support authentication via OAuth, SAML, or Active Directory?

Gravitational offers this feature for the [Enterprise versions of Teleport](enterprise/introduction.mdx).
Teleport offers this feature for the [Enterprise versions of Teleport](enterprise/introduction.mdx).

### Does Teleport send any data back to the cloud?

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Introduction to Teleport
description: How to install and quickly get up and running with Teleport to set up SSH and Kubernetes access to cloud environments.
h1: Introduction
layout: tocless-doc
videoBanner: 0HlyGk8dihM
videoBanner: ErhTeypZ2gw
---

## What is Teleport
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/production.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Teleport Production Guide
description: How to configure SSH and Kubernetes access with SSO on AWS, GCE, and your own infrastructure.
description: How to configure secure access with SSO on AWS, GCE, and your own infrastructure.
h1: Production Guide
---

Expand Down Expand Up @@ -44,7 +44,7 @@ Teleport services listen on several ports. This table shows the default port num
| `3026` | Kubernetes | Port used for `kubectl` to access Teleport | {/* TODO */} | {/* TODO */} |

{
/* TODO: Add several diagrams of firewall config examples */
/* TODO: Add several diagrams of firewall config examples. TODO Update for single port */
}

## Installation
Expand Down
11 changes: 6 additions & 5 deletions docs/pages/setup/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -772,11 +772,10 @@ These flags are available for all commands `--debug, --config`. Run

```code
# Adds teleport user "joe" with mappings to
# OS users "joe" and "root"
$ tctl users add joe joe,root
# Adds teleport user "joe" with mappings to
# OS users "joe" only
$ tctl users add joe
# OS users and {{ internal.logins }} to "joe" and "ubuntu"
$ tctl users add joe --roles=access joe,ubuntu
# Adds Teleport user "joe" with mappings to the editor role
$ tctl users add joe --roles=editor
```

### tctl users update
Expand Down Expand Up @@ -1008,6 +1007,8 @@ $ tctl tokens add --type=trusted_cluster --labels=env=prod
# Generate an invite token for a node
# This is equivalent to `tctl nodes add`
$ tctl tokens add --type=node
# Generate a join token for both a Node and the Database Service
$ tctl tokens add --type=node,db
# Generate an invite token for a kubernetes_service
$ tctl tokens add --type=kube
# Generate an invite token for an app_service
Expand Down

0 comments on commit e60d9e0

Please sign in to comment.