Running own instance of Bitbucket Server.
I'm using grails and maven and would like to be able to fetch a file from repo as a grails dependency.
Rrails needs to be able to reach the raw contents (not JSON I can get through API) by either basic auth or ssh. I can only seem to get the git through SSH.
Is this possible? I can se raw contents if I log in through the browser UI using "raw " in the url, but remote auth for raw doesn't seem to work.
I use the free "Token Authenticator" add-on for this kind of stuff.
As long as you are able to set the "X-Auth-Token" and "X-Auth-User" HTTP headers for the HTTP requests, it should work nicely!
(Note: you must specify BOTH headers -- I always forget that and really confuse myself.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.