<html><head></head><body>Sorry Pierre<br>
<br>
When I test that new string I get a new error.<br>
<br>
    Error while parsing config file: name 'secrets' is not defined<br>
<br>
I've done a quick check to make sure package names are correct and the path to the secrets/providers seems correct<br>
<br>
I've also found where the name 'secrets' comes from in the secretsManager class and it is spelt the same way in <a href="http://setup.py">setup.py</a> and the manager class. <br>
<br>
I'm afraid I don't have time at the moment to start chasing this issue.<br>
<br>
I can submit a pull request to fix the sample code in the manual and developer documentation if you want but it seems wrong requesting a PR knowing the samples still don't work.<br>
<br>
Trevor<br><br><div class="gmail_quote">On 9 August 2017 18:34:36 BST, Pierre Tardy <tardyp@gmail.com> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br />
    c['secretsProviders'] = [util.SecretInAFile(dirname="my/path/way")]<br /></blockquote><div>its in secrets</div><div><a href="https://github.com/buildbot/buildbot/blob/master/master/setup.py#L257">https://github.com/buildbot/buildbot/blob/master/master/setup.py#L257</a></div><div><br /></div><div>c['secretsProviders'] = [secrets.SecretInAFile(dirname="my/path/way")] </div><div><br /></div><div>Thanks for the report. Can you submit a documentation PR?</div><div><br /></div><div>Regards,</div><div>Pierre</div></div></div>
</blockquote></div></body></html>