ontodev / droid

DROID Reminds us that Ordinary Individuals can be Developers
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Figure out how to forward GitHUb credentials #95

Open jamesaoverton opened 3 years ago

jamesaoverton commented 3 years ago

Related to #45, there are cases where we want to run a script as a user with GitHub authentication. It would solve a lot of problems.

I think it would be simple to expose the user token to the branch environment. But it sounds dangerous. We need to give it some serious thought.

lmcmicu commented 3 years ago

45 relates to CGI scripts. In this case are we speaking of more general kinds of scripts that would be run by DROID?

jamesaoverton commented 3 years ago

Now I think that both issues should be general: CGI scripts and Makefile tasks, and scripts that Make calls, etc,