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
9 changes: 5 additions & 4 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,10 +440,6 @@
{
"title": "Reference",
"slug": "/access-controls/reference/"
},
{
"title": "FAQ",
"slug": "/access-controls/faq/"
}
]
},
Expand Down Expand Up @@ -2355,6 +2351,11 @@
"source": "/kubernetes-access/guides/",
"destination": "/kubernetes-access/introduction/",
"permanent": true
},
{
"source": "/access-controls/faq/",
"destination": "/access-controls/introduction/",
"permanent": true
}
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: Resource Access Requests
description: Teleport allows users to request access to specific resources from the CLI or UI. Requests can be escalated via ChatOps or anywhere else via our flexible Authorization Workflow API.
h1: Teleport Resource Access Requests
---

<Admonition type="tip" title="Preview">
Expand Down
27 changes: 0 additions & 27 deletions docs/pages/access-controls/faq.mdx

This file was deleted.

6 changes: 2 additions & 4 deletions docs/pages/access-controls/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,5 @@ achieve compliance with:

## Find out more

Find out more information on Teleport's RBAC features:

- [Access Controls Reference](./reference.mdx)
- [Frequently Asked Questions](./faq.mdx)
Find out more information on Teleport's RBAC features by reading the [Access
Controls Reference](./reference.mdx).
9 changes: 8 additions & 1 deletion docs/pages/server-access/rbac.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Access Controls for Servers
description: Role-based access control (RBAC) for Teleport Server Access.
---


You can use Teleport's role-based access control (RBAC) system to set up
granular permissions for authenticating to Linux servers connected to Teleport.

Expand All @@ -15,6 +14,14 @@ emergency.*
For a more general description of Teleport roles and examples see our [Access Controls guides](../access-controls/introduction.mdx), as
this section focuses on configuring RBAC for servers connected to Teleport.

<Notice type="tip">

Teleport's RBAC system does not extend to OpenSSH servers, as it is not possible
to apply labels to servers running `sshd`. You must enable access to these
servers via the Teleport SSH Service instead.

</Notice>

## Role configuration

Teleport's "role" resource provides the following instruments for restricting
Expand Down