I'm attempting to set up a secret provider with Buildbot 0.9.10.<br>
<br>
I've entered the following setting in my master.cfg file:<br>
<br>
    c['secretsProviders'] = [util.SecretInAFile(dirname="my/path/way")]<br>
<br>
Basically following the instructiins found at section <a href="http://2.4.2.3">2.4.2.3</a> of the current manual (<a href="http://docs.buildbot.net/current/manual/secretsmanagement.html">http://docs.buildbot.net/current/manual/secretsmanagement.html</a>).<br>
<br>
When running check config I get the following message.<br>
<br>
    error while parsing config file: Unknown component name: SecretInAFile<br>
<br>
On this occasion I've installed Buildbot into a Python3 based virtualenv using pip install. Although I've tried the tarball method of installation into the virtualenv with the same results.<br>
<br>
Did I need something else configured to make use of the secretsProviders?<br>
<br>
thanks<br>
Trevor