proxies: add support for bypass token
This commit is contained in:
parent
6d989db3ef
commit
018494bd58
3 changed files with 7 additions and 8 deletions
|
@ -44,6 +44,7 @@ class ProxyAutomation(BaseAutomation):
|
|||
Proxy.destroyed == None
|
||||
).all(),
|
||||
global_namespace=app.config['GLOBAL_NAMESPACE'],
|
||||
bypass_token=app.config['BYPASS_TOKEN'],
|
||||
**{
|
||||
k: app.config[k.upper()]
|
||||
for k in self.template_parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue