-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
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
Feature Request > ability to use github unique ID for github_membership #524
Comments
👋 Hey Friends, this issue has been automatically marked as |
Yeah this would be nifty .. |
👋 Hey Friends, this issue has been automatically marked as |
yeah i would still love this though... |
Currently we can only provide a username to in the
github_membership
andgithub_user
data sources. We're interested in using the unique identifier found athttps://api.github.com/users/{USERNAME}
in the"id"
field. This is because username can be changed by the user, which causes our terraform scripts for github memberships to be out of date. Theid
cannot be changed and is globally unique, which makes it a much better candidate.Instead of providing the username to the
/users
endpoint, you can get the same information by providing theid
to the/user
endpoint (e.g.https://api.github.com/user/{id}
).The text was updated successfully, but these errors were encountered: