Skip to content

Commit 403516b

Browse files
authored
update GL and BB instruction for service account (#742)
1 parent 6865384 commit 403516b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/bitbucket-installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ description: Install gitStream to your Bitbucket workspace.
4949

5050
## Designate a gitStream User Account
5151

52-
gitStream automation rules are executed by the user account configured when you authorize LinearB. A meaningful account identifier whose name contains the string `gitstream` (case insensitive), such as `gitStream-cm`, is required to ensure clarity and proper identification of the automated actions. This account must have the necessary permissions to the relevant repositories.
52+
gitStream automation rules are executed on behalf of the user account configured when you connect gitStream to your Bitbucket instance. This account must have the appropriate permissions to the relevant repositories.
53+
54+
- A meaningful account identifier whose name contains the string `gitstream` (case insensitive), such as `gitStream-cm`, is required to ensure clarity and proper identification of the automated actions
5355

5456
!!! tip "Use this account when you integrate gitStream"
5557
Make sure to use this account when authorizing Bitbucket in LinearB.

docs/gitlab-installation.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ GitLab Installation Overview
4242

4343
## Designate a gitStream User Account
4444

45-
gitStream automation rules are executed on behalf of the user account configured when you install the gitStream service. This account must have the `maintainer` or `owner` role to the relevant repos.
45+
gitStream automation rules are executed on behalf of the user account configured when you connect gitStream to your GitLab instance. This account must have the appropriate permissions to the relevant repositories.
4646

47-
We recommend creating a [dedicated service account](https://docs.gitlab.com/ee/user/profile/service_accounts.html){:target="_blank"} to control access to individual repos easily. You can also use your professional or personal GitLab account for this, which would result in all automations being executed under that account, which might also affect LinearB's metrics.
47+
- The account must have the `maintainer` or `owner` role to the relevant repos
48+
- We recommend creating a [dedicated service account](https://docs.gitlab.com/ee/user/profile/service_accounts.html){:target="_blank"} to control access to individual repos easily. A meaningful account identifier whose name contains the string `gitstream` (case insensitive), such as `gitStream-cm`, is recommended to ensure clarity and proper identification of the automated actions
49+
- You can also use your professional or personal GitLab account, though this would result in all automations being executed under that account, which might also affect LinearB's metrics
4850

4951
!!! tip "Use this account when you integrate gitStream"
5052
Make sure to use this account when authorizing GitLab in LinearB.

0 commit comments

Comments
 (0)