mirror of https://github.com/veops/cmdb.git
fix(trigger): session invalid issue
This commit is contained in:
parent
695e9f7546
commit
cd11b002ee
|
@ -108,7 +108,7 @@ def _auth_with_ip_white_list():
|
||||||
|
|
||||||
|
|
||||||
def _auth_with_app_token():
|
def _auth_with_app_token():
|
||||||
if _auth_with_session():
|
if _auth_with_session() or _auth_with_token():
|
||||||
if not is_app_admin(request.values.get('app_id')) and request.method != "GET":
|
if not is_app_admin(request.values.get('app_id')) and request.method != "GET":
|
||||||
return False
|
return False
|
||||||
elif is_app_admin(request.values.get('app_id')):
|
elif is_app_admin(request.values.get('app_id')):
|
||||||
|
|
Loading…
Reference in New Issue