B"H add py-sonic legacy auth support
This commit is contained in:
parent
dcd8ee2197
commit
7989432894
5 changed files with 8 additions and 4 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue