-
Notifications
You must be signed in to change notification settings - Fork 2
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
Recommendations on how to authenticate in Github #3
Comments
@annefou , sorry to bother! But do you have any brilliant advice here? Last time I recall I thought it was a bit tidious with the tokens etc! |
I would recommend using the method established by 2i2c: https://docs.2i2c.org/en/latest/data/git.html. This uses @yuvipanda's gh-scoped-creds. |
I think it's nice to use at a terminal "gh auto login", to connect github directly. |
@fairyeszhuo the problem with that would be that any JupyterHub admin now can have full access to your GitHub, and that is a big security issue unfortunately. |
Great to know, I'll try this 2i2c suggested by rabernat. |
Thanks for an amazing tutorial with so many great resources! I was wondering what would be the recommendation on authentication for github and maybe in general workflow if we are using the egi notebook (jupyter hub?) during the course?
The text was updated successfully, but these errors were encountered: