[us...@bb.net] Buildbot behind apache

2017-08-09 Thread Paulo Matos
Hi all, I just moved my buildbot into my production server but now the web interface is not working. Firefox dev tools says (this might be one of the issues): Firefox can't establish a connection to the server at ws://buildbot.linki.tools/ws So I assume I made some mistake setting up apache proxy

[us...@bb.net] Unknown component name: SecretsInAFile

2017-08-09 Thread Trevor Hook
I'm attempting to set up a secret provider with Buildbot 0.9.10. I've entered the following setting in my master.cfg file: c['secretsProviders'] = [util.SecretInAFile(dirname="my/path/way")] Basically following the instructiins found at section 2.4.2.3 of the current manual (http://docs.bui

Re: [us...@bb.net] Unknown component name: SecretsInAFile

2017-08-09 Thread Pierre Tardy
> > > c['secretsProviders'] = [util.SecretInAFile(dirname="my/path/way")] > its in secrets https://github.com/buildbot/buildbot/blob/master/master/setup.py#L257 c['secretsProviders'] = [secrets.SecretInAFile(dirname="my/path/way")] Thanks for the report. Can you submit a documentation PR? Regard

Re: [us...@bb.net] Buildbot behind apache

2017-08-09 Thread Pierre Tardy
Hi, Please see documentation for reverse proxy configuration: http://docs.buildbot.net/latest/manual/cfg-www.html#reverse-proxy-configuration Pierre On Wed, Aug 9, 2017 at 5:28 PM Paulo Matos wrote: > Hi all, > > I just moved my buildbot into my production server but now the web > interface is

Re: [us...@bb.net] Unknown component name: SecretsInAFile

2017-08-09 Thread Trevor Hook
I should be able to do that I'll do it tomorrow. Trevor On 9 August 2017 18:34:36 BST, Pierre Tardy wrote: >> >> >> c['secretsProviders'] = [util.SecretInAFile(dirname="my/path/way")] >> >its in secrets >https://github.com/buildbot/buildbot/blob/master/master/setup.py#L257 > >c['secretsProvider

Re: [us...@bb.net] Buildbot behind apache

2017-08-09 Thread Paulo Matos
On 09/08/17 19:35, Pierre Tardy wrote: > Hi, > Please see documentation for reverse proxy configuration: > http://docs.buildbot.net/latest/manual/cfg-www.html#reverse-proxy-configuration > Hi Pierre, Apologies but I didn't notice that section of the manual. Thanks. All working now. -- Paulo