You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- notify_slack "<https://github.com/DataDog/documentation/commit/${CI_COMMIT_SHA}|${CI_COMMIT_SHA:0:8}> sent to gitlab for production deployment. <${CI_PROJECT_URL}/pipelines/${CI_PIPELINE_ID}|details>" "#FFD700"
Copy file name to clipboardexpand all lines: content/en/account_management/org_settings/oauth_apps.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -15,13 +15,13 @@ Use the **OAuth Apps** management page under [Organization Settings][1] to manag
15
15
## Setup
16
16
### Permissions
17
17
18
-
By default, users with [Datadog Standard and Datadog Admin roles][4] can access the OAuth Apps management page. If your organization has [custom roles][5] defined, add your user to any custom role with `org_authorized_apps_read` and `org_authorized_apps_write` permissions.
18
+
By default, users with [Datadog Standard and Datadog Admin roles][2] can access the OAuth Apps management page. If your organization has [custom roles][3] defined, add your user to any custom role with `org_authorized_apps_read` and `org_authorized_apps_write` permissions.
19
19
20
20
Only users with the Datadog Admin role or the `org_authorized_apps_write` permission can manage OAuth applications on this page, such as disabling applications or revoking OAuth access for a user.
21
21
22
22
### Enable
23
23
24
-
Enabled OAuth applications allow users with necessary permissions to authorize access on their behalf. OAuth applications include the Datadog Mobile App and your custom [Datadog Apps][2] that have [OAuth API Access][3].
24
+
Enabled OAuth applications allow users with necessary permissions to authorize access on their behalf. OAuth applications include the Datadog Mobile App and your custom [Datadog Apps][4] that have [OAuth API Access][5].
25
25
26
26
### Disable
27
27
@@ -46,7 +46,7 @@ Revoking a user's OAuth access to an application removes all access to that appl
Copy file name to clipboardexpand all lines: content/en/agent/faq/rpm-gpg-key-rotation-agent-6.md
+5
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,11 @@ title: RPM GPG Key Rotation
3
3
kind: faq
4
4
---
5
5
6
+
<divclass="alert alert-warning">
7
+
This page pertains to the 2019 key rotation. For the 2022 key rotation, consult the <ahref="/agent/faq/linux-agent-2022-key-rotation">2022 Linux Agent Key Rotation</a> documentation.
8
+
</div>
9
+
10
+
6
11
Starting with v6.14.0, the Agent RPM packages are signed with a different GPG key. As a common best practice, Datadog periodically updates the GPG key.
7
12
8
13
Hosts using RPM packages located in the [Datadog Yum repository][1] are affected by this change and need to trust the key by importing the associated public key in their hosts' keyrings.
Copy file name to clipboardexpand all lines: content/en/agent/guide/python-3.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ After addressing the incompatibilities, the same command returns nothing:
58
58
59
59
```bash
60
60
$ python2 -m pylint -sn --py3k ~/dev/my-check.py
61
-
$
61
+
$
62
62
```
63
63
64
64
While `pylint` catches any issue that could prevent the Python 3 interpreter from running code at all, it cannot check for logical validity. After code changes are made, make sure to run the check and validate the output.
0 commit comments