B"H add py-sonic legacy auth support

This commit is contained in:
hhm 2017-02-09 23:34:30 -05:00
parent dcd8ee2197
commit 7989432894
5 changed files with 8 additions and 4 deletions

View file

@ -22,6 +22,7 @@ class SubidyExtension(ext.Extension):
schema['url'] = config.String()
schema['username'] = config.String()
schema['password'] = config.Secret()
schema['legacy_auth'] = config.Boolean(optional=True)
return schema
def setup(self, registry):