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
The TestDriver web dashboard provides a secure interface for managing and reviewing your tests. Tests executed via the GitHub Action are recorded and reported through Dashcam, another application developed by TestDriver. For more details, refer to the [Dashcam documentation](https://dashcam.docs.testdriver.ai).
11
+
The TestDriver web dashboard provides a secure interface for managing and reviewing your tests. Tests executed via the GitHub Action are recorded and reported through Dashcam, another application developed by TestDriver. For more details, refer to the [Dashcam documentation](https://docs.dashcam.io/dashcam/setup/nodejs).
12
12
13
13
Dashcam and TestDriver share the same API and web application back end, which includes robust privacy and security features.
14
14
@@ -23,18 +23,20 @@ Dashcam and TestDriver share the same API and web application back end, which in
23
23
### Team management
24
24
- Administrators can add or remove individual team members.
25
25
- Only administrators have the ability to manage team settings.
26
+
- Everyone in the team gets their own API key
27
+
- The team also gets a shared API key which can be used for CI/CD workflows.
26
28
27
29
### Role-based access control (RBAC)
28
30
- The first user to create a team is designated as the administrator.
29
31
- Administrators:
30
-
- Are the only users who can view the API key.
31
32
- Can manage team settings.
32
-
-can't be removed from the team.
33
+
-Can't be removed from the team.
33
34
- All other users are normal members with limited access.
34
35
35
36
### API key rotation
36
37
- Teams can rotate their API key for enhanced security.
37
38
- It's recommended to rotate the API key every 90 days to minimize risk.
39
+
- Only the administrators can rotate the shared API key.
38
40
39
41
<Check>
40
42
For more details on **Team Management** see the [Team documentation](/account/team).
0 commit comments