Skip to content

Commit

Permalink
Respond to r0mant feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgott committed May 30, 2024
1 parent 9fb105d commit 0435511
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions docs/pages/database-access/rbac.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@ data they need.

Access Controls encompasses two levels of granularity:

- **Databases:** databases enrolled with your Teleport cluster.
- **Database objects:** tables, views, or stored
procedures.
- **Database servers:** database resources enrolled with your Teleport cluster.
- **Database objects:** tables, views, or stored procedures.

For both databases and database objects, Database Access Controls grants or
denies access based on Teleport labels. When you enroll a database with
For both database servers and database objects, Database Access Controls grants
or denies access based on Teleport labels. When you enroll a database with
Teleport, you can configure the labels associated with the databse. For database
objects, you can define import rules that instruct the Teleport Database Service
to apply labels to database objects imported from databases that match labels
Expand All @@ -31,6 +30,13 @@ For a more general description of Teleport roles and examples see
[RBAC](../access-controls/introduction.mdx), as this section focuses on
configuring RBAC for database access.

<Notice type="warning">

Database Access Controls for database objects only supports PostgreSQL
databases.

</Notice>

## Role configuration

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

0 comments on commit 0435511

Please sign in to comment.