You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By testing the app with the latest versions of Velociraptor, I found that the org_id parameter is missing and the queries doesn't work to other organisations because by default the API connection will be to the root org of Velociraptor.
By testing the app with the latest versions of Velociraptor, I found that the org_id parameter is missing and the queries doesn't work to other organisations because by default the API connection will be to the root org of Velociraptor.
Uh oh!
There was an error while loading. Please reload this page.
By testing the app with the latest versions of Velociraptor, I found that the org_id parameter is missing and the queries doesn't work to other organisations because by default the API connection will be to the root org of Velociraptor.
This parameter should be added here
https://github.com/Shuffle/python-apps/blob/master/velociraptor/1.0.0/src/app.py#L43C11-L48C16
As referenced in the official Velociraptor repository, the org_id parameter is expected:
https://github.com/Velocidex/pyvelociraptor/blob/master/pyvelociraptor%2Fclient_example.py#L71
Additionally, org_id should be available as a parameter in the Shuffle UI to specify when running a given query.
Would it be possible to add this enhancement? maybe on an other version of the app..
Thanks!
The text was updated successfully, but these errors were encountered: