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: docs/manage/security/service-accounts.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
@@ -67,9 +67,11 @@ When a service account is deactivated or deleted, the access keys on the service
67
67
68
68
## Change an access key on a service account
69
69
70
-
To modify only the access keys on a service account (rather than the service account itself), open the service account, hover over an access key, and click the three-dot kebab icon to reveal modification options.
71
-
72
-
<img src={useBaseUrl('/img/security/edit-access-keys-on-service-account.png')} alt="Edit access keys on a service account" style={{border: '1px solid gray'}} width="300"/>
70
+
To modify only the access keys on a service account (rather than the service account itself):
71
+
1. Open the service account.
72
+
1. Click the number under **Access Keys**. <br/><img src={useBaseUrl('/img/security/edit-access-keys-on-service-account.png')} alt="Edit access keys on a service account" style={{border: '1px solid gray'}} width="300"/>
73
+
1. Select the access key you want to change.
74
+
1. Make changes as needed. You can change the domains and scope, deactivate the key, or delete the key.
0 commit comments