Skip to content

Commit f2121bd

Browse files
authored
Merge pull request LambdaTest#1327 from amanchopra1905/stage
KaneAI <> Test Manager access management
2 parents 4b5417e + 5ed2e9a commit f2121bd

File tree

5 files changed

+81
-0
lines changed

5 files changed

+81
-0
lines changed
4.38 MB
Binary file not shown.
8.94 MB
Binary file not shown.
3.6 MB
Binary file not shown.
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
---
2+
id: kaneai-test-manager-access-management
3+
title: Access Management - KaneAI <> Test Manager
4+
hide_title: false
5+
sidebar_label: Access Management - KaneAI <> Test Manager
6+
description: This documentation will help you to understand how to allocate licence to all the users present in your organization
7+
keywords:
8+
- users management lambdatest
9+
- manage user
10+
url: https://www.lambdatest.com/support/docs/kaneai-test-manager-access-management/
11+
site_name: LambdaTest
12+
slug: kaneai-test-manager-access-management/
13+
---
14+
15+
<script type="application/ld+json"
16+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
17+
"@context": "https://schema.org",
18+
"@type": "BreadcrumbList",
19+
"itemListElement": [{
20+
"@type": "ListItem",
21+
"position": 1,
22+
"name": "Home",
23+
"item": "https://www.lambdatest.com"
24+
},{
25+
"@type": "ListItem",
26+
"position": 2,
27+
"name": "Support",
28+
"item": "https://www.lambdatest.com/support/docs/"
29+
},{
30+
"@type": "ListItem",
31+
"position": 3,
32+
"name": "Access Management",
33+
"item": "https://www.lambdatest.com/support/docs/kaneai-test-manager-access-management/"
34+
}]
35+
})
36+
}}
37+
></script>
38+
This document provides guidelines on managing access to KaneAI and Test Manager within LambdaTest. The access management functionality is exclusive to **organization administrators**, allowing them to allocate licenses to users as per the organization's requirements.
39+
40+
## License Allocation Rules
41+
- **License Limitation :** Administrators can only allocate as many licenses as they have purchased.
42+
- **User Addition :** A user can only be added if there is an available license.
43+
- **License Reassignment :** An admin can revoke a license from one user and assign it to another, ensuring optimal resource utilization.
44+
- **Real-Time Monitoring :** Admins can view the current usage of licenses through the Access Management Dashboard.
45+
46+
## Step-by-Step Guide for Managing Access
47+
48+
### Accessing the License Management Panel
49+
**Step 1 :** Log in to your LambdaTest Admin Account. <br />
50+
**Step 2 :** Navigate to **Settings** > **Account Settings** > **Products**. <br />
51+
**Step 3 :** Select KaneAI or Test Manager tab to allocate the desired product license.
52+
53+
<video class="right-side" width="100%" controls id="vid">
54+
<source src= {require('../assets/images/access-management/access-license-panel.mp4').default} type="video/mp4" />
55+
</video>
56+
57+
### Assigning a License to a User
58+
**Step 1 :** Navigate to KaneAI or Test Manager tab for which you want to allocate the license. <br />
59+
**Step 2 :** Click on **Allocate Licenses** button. <br />
60+
**Step 3 :** Select the plan name for which you want to allocate the licenses to your users.<br />
61+
**Step 4 :** Select and add users from your organization to allocate licenses. <br />
62+
**Step 5 :** Click Allocate Licenses to complete the process.
63+
64+
<video class="right-side" width="100%" controls id="vid">
65+
<source src= {require('../assets/images/access-management/allocate-licenses.mp4').default} type="video/mp4" />
66+
</video>
67+
68+
### Removing or Reassigning a License
69+
**Step 1 :** Locate the user from the User List. <br />
70+
**Step 2 :** You can select multiple users or for individual users click on the **...** button.
71+
**Step 3 :** Click **Revoke License** to remove access.
72+
> The freed-up license will be available for reassignment. To assign it to another user, follow the [Assigning a License to a User](/support/docs/kaneai-test-manager-access-management/#assigning-a-license-to-a-user) steps.
73+
74+
<video class="right-side" width="100%" controls id="vid">
75+
<source src= {require('../assets/images/access-management/revoke-license.mp4').default} type="video/mp4" />
76+
</video>

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3326,6 +3326,11 @@ module.exports = {
33263326
label: "Tunnel Security",
33273327
id: "tunnel-security",
33283328
},
3329+
{
3330+
type: 'doc',
3331+
label: "Access Management - KaneAI <> Test Manager",
3332+
id: "kaneai-test-manager-access-management"
3333+
}
33293334
],
33303335
],
33313336

0 commit comments

Comments
 (0)