early alpha OTP'less local approval
This commit is contained in:
@@ -67,7 +67,7 @@ def getDestAllowlistFromClientID(url, clientid):
|
||||
result = json.loads(response.text)
|
||||
data = pd.DataFrame(result["response"]["agents"])
|
||||
|
||||
allowlist = getDestAllowlist(url,data.loc[0, "groupid"])
|
||||
allowlist = policyf.getDestAllowlist(url,data.loc[0, "groupid"])
|
||||
|
||||
return allowlist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user