Skip to content

Commit ba4d098

Browse files
committed
fix(onboarding): different identity = separate proxy instance
RHCLOUD-48703
1 parent 291ace3 commit ba4d098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/onboarding-new-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ When changes span multiple repos, merge in this order:
525525
### Shared identities
526526
All bot instances share credentials from `devbot-secrets` — Jira, GitHub, GitLab, GPG, and GCP. This means all instances push code, open PRs, and comment on Jira as the same user. The bot identifies its own Jira comments by content patterns (structured reports, PR links, tables), not by username.
527527

528-
Each instance needs its own Jira credentials and proxy container (see **Vault Secrets** in Step 4). The same applies to GitHub/GitLab identities — if your instance needs to push as a different user, you'll need separate PATs in your Vault secret.
528+
A different identity (Jira, GitHub, or GitLab) requires a separate proxy instance — credentials are baked into the proxy container, not the bot pod. See **Shared vs Per-Instance Proxy** in Step 2 and **Vault Secrets** in Step 4.
529529

530530
### `BOT_BOARD_NAME` is fragile
531531
If someone renames the Jira board, `claim-ticket` breaks. Consider using `BOT_BOARD_ID` (stable numeric ID) instead. The ticket query (`new-work`) doesn't use the board at all — it's label-only with `sprint in openSprints()`.

0 commit comments

Comments
 (0)