commit | cf4b5ce635c8c501c65efa5627012378406b064c | [log] [tgz] |
---|---|---|
author | Jamie Lennox <jamielennox@gmail.com> | Wed Apr 19 23:17:34 2017 +1000 |
committer | Jamie Lennox <jamielennox@gmail.com> | Wed Apr 19 23:19:11 2017 +1000 |
tree | 471d34b9fd2db635456297cbbb0148e7028f9150 | |
parent | 93db6a8c7526082cf1c8091fa90b55ca99d9b669 [diff] |
Don't allow auth definition in job to be a list In experimenting with secrets and reading the configloader it appears like the auth option is supposed to be a list. However when auth is provided as a list later handling fails and an 'Unknown configuration error' is thrown. I think the default here should be that auth is a dictionary if it is provided. Change-Id: I573ad0d819905c0351e7d50bcc3c7b9c4d03e2d1 Signed-off-by: Jamie Lennox <jamielennox@gmail.com>