- Notifications
You must be signed in to change notification settings - Fork1k
Commit109e73b
docs: add details on external authentication priority (#17164)
## IssueCloses#16875 Clarify how Coder authentication works with Git providers, particularlythe order of authentication methods used.## Changes MadeI've updated the External Authentication documentation to:1. Clarify that Coder first attempts to use external auth providertokens when available, and only defaults to SSH authentication if notokens are available2. Add more detailed explanations about both authentication methods3. Improve the description of how the `coder gitssh` command works withexisting and Coder-generated SSH keys## VerificationClaude verified that this accurately describes the behavior of thecodebase by reviewing the `gitssh.go` implementation, which shows howCoder handles SSH authentication as a fallback when external auth is notavailable.[preview](https://coder.com/docs/@16875-git-workspace-auth/admin/external-auth)<sub>🤖 Generated withhttps://claude.ai/code</sub>---------Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>Co-authored-by: Ben Potter <me@bpmct.net>Co-authored-by: M Atif Ali <atif@coder.com>Co-authored-by: Bruno Quaresma <bruno@coder.com>Co-authored-by: Kyle Carberry <kyle@coder.com>Co-authored-by: Cian Johnston <cian@coder.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>Co-authored-by: Jon Ayers <jon@coder.com>Co-authored-by: Hugo Dutka <hugo@coder.com>Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>Co-authored-by: Michael Smith <throwawayclover@gmail.com>Co-authored-by: Claude <noreply@anthropic.com>Co-authored-by: Sas Swart <sas.swart.cdk@gmail.com>1 parent3f3e201 commit109e73b
1 file changed
+49
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
74 | 123 |
| |
75 | 124 |
| |
76 | 125 |
| |
|
0 commit comments
Comments
(0)