We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using GitHub External Auth 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
The text was updated successfully, but these errors were encountered:
This is a great proposal, we plan to work on a design for this soon!
Sorry, something went wrong.
No branches or pull requests
When using GitHub External Auth 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:
The text was updated successfully, but these errors were encountered: