On 09/18/2018 05:58 PM, Robert Munteanu wrote:
On Tue, 2018-09-18 at 17:55 +0200, Daniel Gruno wrote:
One thing to note; For GitHub repos, you will need to specify a
user/pass if you want github issues/PRs to be looked at - this can be
an
anonymous account if you like. I'll see if I can't work our regular
kibble user into the repos you added, assuming you did not specify
any user.
Interesting, I did not know that (maybe add it as a hint on the page?).
I did not specify any user as I saw no need :-) - GitHub repos are
public but it would be interesting to see PR information as well.
Thanks,
Robert
It should say that the user/pass is required, but perhaps we need to
tweak the wording there.
WTR API access, there's now a WIP token system in place.
Go to https://demo.kibble.apache.org/api/session in a browser, and
you'll see a 'token' element if you're logged in. You can pass that to
curl as a 'Kibble-Token' header to gain access to things.
curl -H 'Kibble-Token: abcdef1234' https://....
With regards,
Daniel.