<Humbedooh>
cmouse: so it turns out that pbClientFactory expects the user and pass to be bytes, not strings....d'oh
<Humbedooh>
TIL
<Humbedooh>
(more specifically, it expects the _password_ to be bytes)
<Try2Code_>
hi! I have a client, that prohibits git+ssh, but the repo is not public. Is there a way to use git+https and avoid passwords so that the worker can get the code?
<Try2Code_>
maybe a token?
Guest25 has joined #buildbot
<Guest25>
hi how can i debug kerberos/REMOTE_AUTH/RemoteUserAuth config ?
<Try2Code_>
I gues(s|t) in the server log of buildbot and the server log on the other authentification service
<Guest25>
twistd.log is nothing (useful) is ther some verbose level i could set?
<Try2Code_>
I dont know any verbose level. bug what does the log give you atm?
<Guest25>
if i reload a page - nothing .. it shows output if builder start or connect
<Try2Code_>
ok - i get stuff, when reloading. might depend if you use a kind of httpd as proxy to deliver the web-ui. I use this for user-auth, so no auth inside buildbot is needed in my case
<cmouse>
this can be provided for the steps.Git ctor
<Try2Code_>
@cmouse: but private keys are forbidden on that system. at the client only something like 'git clone https://token-user:token-passwed@gitlab.host.com/stuff.git' works
<cmouse>
aha
<cmouse>
then make secret out of the token-passwd
<Try2Code_>
@Guest25: in that case you don't need any auth stuff in the the bb-server config. auth is handled by the httpd
<cmouse>
Try2Code_: you can use something like util.interpolate("https://token-user:%(secret:secret-token)s@gitlab.host.com/stuff.git")
<Try2Code_>
@cmouse and just switch the url accordingly, right?
<Guest25>
thx Try2Code_
<cmouse>
util.Interpolate, ofc
<Guest25>
i found an error in the apache config now i work on the userInfoProvider
<Try2Code_>
ah cool - this interpolation thingy is still a mystery to me. I understand it for properties which are given at runtime at the workers. But a worker-specific url totally makes sense
<cmouse>
well, interpolate also has provider for secrets
<Try2Code_>
thx for the hint @cmouse!
Guest25 has quit [Quit: Client closed]
Guest25 has joined #buildbot
Guest25 has quit [Client Quit]
Try2Code_ has quit [Remote host closed the connection]