jupyterhub / gh-scoped-creds

Provide fine-grained push access to GitHub from a JupyterHub
BSD 3-Clause "New" or "Revised" License
24 stars 7 forks source link

Remove hard-coded credentials file location #19

Closed yuvipanda closed 2 years ago

yuvipanda commented 2 years ago

We needed admins to setup .gitconfig to point to the generated credentials file earlier, and so we used a well known location. Now that we set git config automatically, that is unnecessary.

This makes it secure to use on HPC systems