Re: Initial API access

2015-12-07 Thread Heck, Walter
I actually figured out the root user already has a private_token set for them. You can retrieve that with a single POST to the session endpoint of the API, which accepts username and password. I ended up retrieving it like this using puppet: exec { 'gitlab-settings': command => "/bin/echo e

Re: Initial API access

2015-12-07 Thread Achilleas Pipinellis
On 12/04/2015 02:17 PM, Walter Heck wrote: > Hello, > > I want to completely automate the deployment and configuration of gitlab > using puppet. I'm using the gitlab puppet module that calls the omnibus > installer and that all works fine, I end up with a gitlab install that > has only the root us