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
Copy file name to clipboardExpand all lines: blog-service/2024-12-03-manage.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,18 @@ We're excited to announce enhancements to how you create and manage access keys.
15
15
16
16
### Personal Access Keys
17
17
18
-
The **My Access Keys** section has been moved out of **Preferences** to its own tab and renamed **Personal Access Keys**. To access:
19
-
*[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select your username and then **Preferences > Personal Access Keys**.
20
-
*[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select your username, and then under **Preferences** select **Personal Access Keys**. You can also click the **Go To...** menu at the top of the screen and select **Personal Access Keys**.
18
+
The **My Access Keys** section has been moved out of **Preferences** to its own tab and renamed **Personal Access Keys**.
*[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select your username and then **Preferences > Personal Access Keys**.
24
+
*[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select your username, and then under **Preferences** select **Personal Access Keys**. You can also click the **Go To...** menu at the top of the screen and select **Personal Access Keys**.
25
+
24
26
### Scopes
25
27
26
28
You can now create permission scopes for access keys. Scopes limit the API endpoints an access key can be used to call. This allows you to specify only the permissions the access key needs to accomplish a specific task, making the key more secure.
Copy file name to clipboardExpand all lines: docs/manage/security/access-keys.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ In Sumo Logic, you'll need an access key to:
12
12
13
13
import Iframe from 'react-iframe';
14
14
15
+
<!-- outdated
15
16
:::sumo Micro Lesson
16
17
17
18
Managing Access Keys (how to).
@@ -28,6 +29,7 @@ Managing Access Keys (how to).
28
29
/>
29
30
30
31
:::
32
+
-->
31
33
32
34
## Prerequisites
33
35
@@ -67,7 +69,7 @@ Administrators can create access keys under **Access Keys** as an alternative to
67
69
68
70
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Security > Access Keys**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Administration**, and then under **Account Security Settings** select **Access Keys**. You can also click the **Go To...** menu at the top of the screen and select **Access Keys**.
69
71
1. At the top right of the table, click **+ Add Access Key**. <br/><img src={useBaseUrl('/img/security/access-key-security-page.png')} alt="Sumo Logic interface showing a list of access keys with options to add a new access key, search access keys, and statuses of existing keys." width="700"/>
70
-
1. Follow the steps from [the previous section](#from-the-personal-access-keys-page), starting with step 3.
72
+
1. Follow the steps in the [previous section](#from-the-personal-access-keys-page), starting with step 3.
71
73
72
74
#### CORS support
73
75
@@ -104,7 +106,7 @@ an Access-Control-Allow-Origin header.
104
106
105
107
### Organization access keys
106
108
107
-
If you have the [**Manage Access Keys** role capability](/docs/manage/users-roles/roles/role-capabilities#security), you can you can edit, deactivate, and delete any access keys created by other users in your organization.
109
+
If you have the [**Manage Access Keys** role capability](/docs/manage/users-roles/roles/role-capabilities#security), you can edit, deactivate, and delete any access keys created by other users in your organization.
108
110
109
111
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Security > Access Keys**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Administration**, and then under **Account Security Settings** select **Access Keys**. You can also click the **Go To...** menu at the top of the screen and select **Access Keys**.
110
112
1. Hover your mouse over an access key and click the three-dot kebab icon. This reveals the same modification options that appear on the **Personal Access Key** page, [as described above](#edit-deactivate-or-delete-access-keys).
@@ -118,6 +120,6 @@ An administrator can adjust the limit to the number of days an Access Key can go
118
120
To configure the Access Keys deactivation policy:
119
121
1.[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Security > Policies**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Administration**, and then under **Account Security Settings** select **Policies**. You can also click the **Go To...** menu at the top of the screen and select **Policies**.
120
122
1. Under the **Access Keys Deactivation** section, select a value in the **No. of Days** field.<br/><img src={useBaseUrl('img/security/access-keys-deactivation.png')} alt="Access Keys Deactivation settings in Sumo Logic, allowing automatic deactivation of unused or unmodified API access keys after a specified number of days." style={{border: '1px solid gray'}} width="600"/>
0 commit comments