Skip to content

docs(OBS-1658): split git config example per auth mode#336

Merged
leoparente merged 2 commits intodevelopfrom
chore/OBS-1658-split-git-auth-examples
Apr 24, 2026
Merged

docs(OBS-1658): split git config example per auth mode#336
leoparente merged 2 commits intodevelopfrom
chore/OBS-1658-split-git-auth-examples

Conversation

@leoparente
Copy link
Copy Markdown
Contributor

@leoparente leoparente commented Apr 24, 2026

Summary

  • Replace the kitchen-sink git config example in docs/configs/git.md with three focused snippets: public repo, basic auth, and SSH auth.
  • Drop the misleading password: ${PASSWORD|TOKEN} placeholder and the private_key line that appeared alongside auth: basic.
  • Add a pointer from the SSH snippet to the existing "SSH Authentication" section for known_hosts setup.

Closes OBS-1658. The ticket's original premise (that auth: basic is unsupported) is incorrect — agent/configmgr/git.go handles it — but the combined example was genuinely confusing, which is what this change fixes.

Test plan

  • Render docs/configs/git.md and confirm the three snippets display correctly
  • Verify the in-page link to #ssh-authentication resolves

🤖 Generated with Claude Code

Replace the single kitchen-sink git config example (which mixed
`auth: basic` with `private_key` fields and a misleading
`${PASSWORD|TOKEN}` placeholder) with three focused snippets: public
repo, basic auth, and SSH auth.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@leoparente leoparente merged commit 13af4a7 into develop Apr 24, 2026
4 checks passed
@leoparente leoparente deleted the chore/OBS-1658-split-git-auth-examples branch April 24, 2026 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants