Skip to content

Commit b7aa5d0

Browse files
estherk15buraizu
andauthored
Apply suggestions from code review
Co-authored-by: Bryce Eadie <[email protected]>
1 parent 20fb2f4 commit b7aa5d0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: content/en/logs/guide/logs-rbac.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In many organizations, logs may contain sensitive information that requires [scr
2222
This guide covers the following topics:
2323

2424
1. [**Prerequisites for Admins**](#prerequisites): Details the necessary prerequisites.
25-
2. [**Setting Up Roles for the ACME Team**](#set-up-roles): Instructions on creating roles and assigning team members.
25+
2. [**Setting Up Roles for the ACME Team**](#setting-up-roles): Instructions on creating roles and assigning team members.
2626
3. [**Limiting Access to Logs**](#restrict-access-to-logs): How to employ restriction queries to control log access.
2727
4. [**Configuring Permissions on Log Assets**](#restrict-access-to-log-assets): Guidelines for setting permissions on pipelines, indexes, and archives.
2828

@@ -38,7 +38,7 @@ You can customize this setup to fit your organizational needs, either by consoli
3838

3939
In Datadog, permissions are additive; users belonging to multiple teams benefit from combined permissions across all assigned roles.
4040

41-
## The role of Datadog admin
41+
## The role of Datadog Admin
4242

4343
As a Datadog Admin, you can configure a secure environment for ACME team members to manage their logs without affecting logs from other teams. This guide explains the steps for setting up roles and permissions to restrict log access to ACME Users specifically. You can also adapt the setup to make ACME Admins serve as Datadog Admins if needed.
4444

@@ -60,7 +60,7 @@ Navigate to the [Users list][8] to verify that you have all these permissions. I
6060

6161
### Get an API key and an app key
6262

63-
If you plan to use the Datadog API, you need an API key and an app key from an Admin user. API keys and app keys can be generated on your [Datadog account API key page][9]. Ensure the app key is associated with a user who has the necessary permissions. For more information, see [API and app keys][10].
63+
If you plan to use the Datadog API, you need an API key and an app key from an Admin user. API keys and app keys can be generated in your [organization settings][9]. Ensure the app key is associated with a user who has the necessary permissions. For more information, see [API and app keys][10].
6464

6565
In this guide, replace `<DATADOG_API_KEY>` and `<DATADOG_APP_KEY>` with your Datadog API key and application key, respectively. A terminal with `CURL` is also required.
6666

@@ -84,13 +84,13 @@ This section guides you through creating two roles, `ACME Admin` and `ACME User`
8484
{{< tabs >}}
8585
{{% tab "UI" %}}
8686

87-
1. Navigate to the [Groups Section][1] in Datadog Organization Settings.
87+
1. Navigate to the [Roles section][1] in the Datadog Organization Settings.
8888
1. Click **New Role** to create `ACME Admin` and `ACME User`roles.
89-
1. Assign Standard Access and basic permissions, such as Read Index Data and Live Tail.
89+
1. Assign Standard Access and basic permissions, such as Logs Read Index Data and Logs Live Tail.
9090

9191
{{< img src="logs/guide/rbac/add_role.png" alt="Add a new role" style="width:90%;">}}
9292

93-
For more information on creating roles see [Access Control][3].
93+
For more information on creating roles, see [Access Control][3].
9494

9595

9696
[1]: https://app.datadoghq.com/access/roles
@@ -110,7 +110,7 @@ For more information on creating roles see [Access Control][3].
110110
"attributes": { "name": "ACME Admin", [...] }
111111
[...]
112112
```
113-
1. Assign the necessary permissions using to the [Grant Permissions API][3].
113+
1. Assign the necessary permissions using the [Grant Permissions API][3].
114114
115115
116116
[1]: /api/v2/roles/#create-role

0 commit comments

Comments
 (0)