coder / coder/terraform-provider-coder
feat: Expose GitHub username and email via External Authentication
Open
- Dominant language
- Go
- Stars
- 60
- Forks
- 27
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 2
Description
When using [GitHub External Auth](https://coder.com/docs/admin/external-auth#github) we cannot get the GitHub username and email.
This would be useful because some users have different emails and usernames on Coder compared to GitHub.
If the username and email were exposed, they could be used like this:
```
git_author_name = data.coder_external_auth.github.username
git_author_email = data.coder_external_auth.github.email
````
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.