siggame / coliselia

Common components & services between ophelia and colisee; note: repo name subject to change
3 stars 1 forks source link

Create DbApi GitLab Registration NodeJS Script #26

Closed russleyshaw closed 7 years ago

russleyshaw commented 7 years ago

Using a browser testing framework (such as Zombie), create a simple script that logs into GitLab, navigates to the admin page, creates a personal access token for the DbApi, and returns the newly created personal access token in the callback.

If the Personal access token already exists, just return it as a callback, do not create a new one.

Basically this script will automate the process of creating tokens for our gitlab apps and will be useful down the line when we want to automate other gitlab tasks

russleyshaw commented 7 years ago

Not needed because of #13 DbApi should not communicate directly with GitLab