You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: enhance GitHub authentication handling in Copilot module
- Added support for optional GitHub external authentication using the `coder_external_auth` data source.
- Updated README to clarify the authentication methods available.
- Simplified the start script to automatically handle GitHub authentication without prompting the user.
This improves the user experience by streamlining the authentication process.
Copy file name to clipboardExpand all lines: registry/coder-labs/modules/copilot/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ module "copilot" {
165
165
166
166
The module supports multiple authentication methods (in priority order):
167
167
168
-
1.**[Coder External Auth](https://coder.com/docs/admin/external-auth) (Recommended)** - Automatic if GitHub external auth is configured in Coder
168
+
1.**[Coder External Auth](https://coder.com/docs/admin/external-auth) (Recommended)** - Automatic if GitHub external auth is configured in Coder with the ID github, otherwise you can change it
169
169
2.**Direct Token** - Pass `github_token` variable (OAuth or Personal Access Token)
170
170
3.**Interactive** - Copilot prompts for login via `/login` command if no auth found
0 commit comments