mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
ba73deee46
commit
b19c5a5ce7
1 changed files with 4 additions and 0 deletions
|
@ -1305,6 +1305,10 @@ class RunSaltAPIHandler(SaltAPIHandler):
|
|||
ms-3: true
|
||||
ms-4: true
|
||||
'''
|
||||
if not self._verify_auth():
|
||||
self.redirect('/login')
|
||||
return
|
||||
|
||||
self.disbatch()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue