Skip to content

Commit 2ee0dd2

Browse files
progress on first section
1 parent de1d9e7 commit 2ee0dd2

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

docs/account/team.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,17 @@ In the Team tab, you can manage your team name, team members, API key, and subsc
1414
</Frame>
1515

1616
1. **Team Name**: The name of your team. This is used to identify your team in TestDriver.
17-
2. **API Key**: Your API key is used to authenticate your requests to the TestDriver API. You can regenerate it if you suspect it has been compromised.
18-
3. **Usage & Billing**: Monitor your usage and billing information. This includes your current plan, usage limits, and billing history.
17+
2. **Personal API Key**: Your personal API key that you can use for creating the tests.
18+
3. **Shared API Key**: Your shared API key that can be used for CI/CD workflows.
19+
4. **Usage & Billing**: Monitor your usage and billing information. This includes your current plan, usage limits, and billing history.
1920
<Tip>Note: this button is where you 'Upgrade to Pro' to start your free trial.</Tip>
20-
4. **Replay Visibility**: Toggle whether your replays are public or private by default. This defaults to **private**.
21-
5. **Don't forget to save your changes!**: After making any changes, be sure to click the **Update** button to apply them.
21+
5. **Replay Visibility**: Toggle whether your replays are public or private by default. This defaults to **private**.
22+
6. **Don't forget to save your changes!**: After making any changes, be sure to click the **Update** button to apply them.
2223

24+
<Note>
25+
The rotate icon next to the API key will generate a new key.
26+
Only the administrators can rotate the CI/CD key.
27+
</Note>
2328

2429
### Team members
2530
<Frame caption="Team Members">
187 KB
Loading
2.09 MB
Loading

docs/security/platform.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ icon: layer-group
88
import GitignoreWarning from '/snippets/gitignore-warning.mdx';
99

1010
## Overview
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://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).
1212

1313
Dashcam and TestDriver share the same API and web application back end, which includes robust privacy and security features.
1414

@@ -23,18 +23,20 @@ Dashcam and TestDriver share the same API and web application back end, which in
2323
### Team management
2424
- Administrators can add or remove individual team members.
2525
- 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.
2628

2729
### Role-based access control (RBAC)
2830
- The first user to create a team is designated as the administrator.
2931
- Administrators:
30-
- Are the only users who can view the API key.
3132
- Can manage team settings.
32-
- can't be removed from the team.
33+
- Can't be removed from the team.
3334
- All other users are normal members with limited access.
3435

3536
### API key rotation
3637
- Teams can rotate their API key for enhanced security.
3738
- It's recommended to rotate the API key every 90 days to minimize risk.
39+
- Only the administrators can rotate the shared API key.
3840

3941
<Check>
4042
For more details on **Team Management** see the [Team documentation](/account/team).

0 commit comments

Comments
 (0)