Skip to content
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

How should we authenticate with GitHub on the JupyterHub? #34

Closed
zaneselvans opened this issue Dec 2, 2020 · 4 comments
Closed

How should we authenticate with GitHub on the JupyterHub? #34

zaneselvans opened this issue Dec 2, 2020 · 4 comments

Comments

@zaneselvans
Copy link

On the Catalyst Cooperative pilot hub, we want to be able to have collaborators clone GitHub repositories and also push changes back to them. What's the easiest way to integrate GitHub authentication into the hub?

  • If we were using GitHub authentication to allow users to log in, would that identity information be available for the user, or does it only work for login purposes?
  • Is there any way for the user to interact with git / authenticate without needing to drop into the terminal to (e.g.) clone / pull / push, edit an SSH key, or provide a username & password for https:// based GitHub authentication?

Getting someone's SSH key in there is a one-time setup which we can handle, but we're wondering if there's a simpler solution that already exists which we can use, because our spreadsheet-based collaborators will need assistance to get this kind of authentication set up, and start their journey into Python based analysis.

Relatedly, how do users typically deal with doing development work? Do folks just use the text editor that's built into Jupyter to edit files that are checked out onto the JupyterHub? Or do they user their normal desktop editor locally, and then push to a repository, which they pull from on the JupyterHub to access the new changes?

@rabernat
Copy link
Contributor

rabernat commented Dec 3, 2020

Very important issue.

On our Pangeo hubs, we recommend using SSH keys for this: http://pangeo.io/cloud.html#ssh-keys

This works fine. We can easily push / pull to github from the hub. However it's not a perfect solution, as storing the keys in the hub home directories is potentially insecure. Also, setting up ssh keys is a bit of a pain for inexperienced users.

A better solution would be if the github auth that we do on login could automatically propagate a github access token through the session, which could be used for frictionless interaction with github.

@zaneselvans
Copy link
Author

Yeah I wasn't thrilled about uploading my private keys. Using GitHub Auth and somehow propagating that information seems like it would be a great user experience.

@zaneselvans
Copy link
Author

Hey @cmgosnell & @jrea-rmi it looks like getting your SSH key on the hub is the way to go for now. There's some instructions / links on the Pangeo site linked above.

@choldgraf choldgraf added this to Ready to work 👍 in Activity Backlog Apr 27, 2021
@choldgraf choldgraf added support and removed support labels Apr 27, 2021
@yuvipanda yuvipanda moved this from Ready to work 👍 to Needs refinement/discussion 💬 in Activity Backlog Apr 28, 2021
@choldgraf choldgraf changed the title How should we autheticate with GitHub on the JupyterHub? How should we authenticate with GitHub on the JupyterHub? May 3, 2021
@choldgraf
Copy link
Member

Hey all - I've opened up 2i2c-org/infrastructure#371 to document this practice in our 2i2c pilot docs. In the meantime I'm going to close this issue as I think it's been resolved on @zaneselvans's end.

Activity Backlog automation moved this from Needs refinement/discussion 💬 to Done 🎉 May 3, 2021
@choldgraf choldgraf moved this from Done 🎉 to Archive - 2021-05-08 in Activity Backlog May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Activity Backlog
Finished Card Archive
Development

No branches or pull requests

3 participants