proxies: add support for bypass token

This commit is contained in:
Iain Learmonth 2022-04-19 14:32:04 +01:00
parent 6d989db3ef
commit 018494bd58
3 changed files with 7 additions and 8 deletions

View file

@ -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