Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple configIds in Fetch Security Events route always throws 401 error #51

Closed
inaitana opened this issue Jan 25, 2021 · 0 comments · Fixed by #66
Closed

Multiple configIds in Fetch Security Events route always throws 401 error #51

inaitana opened this issue Jan 25, 2021 · 0 comments · Fixed by #66
Labels

Comments

@inaitana
Copy link
Contributor

When trying to download more than one configId at a time from the /siem/v1/configs/ route with my Python script I always get a 401 error.

I.E: /siem/v1/configs/111?from=1611249319&limit=200000 works, but /siem/v1/configs/111;222;333?from=1611249319&limit=200000 doesn't

The same configIds with the same edgerc config are correctly downloaded by the sample CEF connector at https://github.com/akamai/siem-cef-connector.

I suspect it's a Python Edgegrid authentication problem, since I analyzed the URL requests with Wireshark and compared my generated requests to the sample CEF connector ones, and they look identical, the only difference being (of course) the signature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 participants