autopkg / n8felton-recipes

Recipes for Autopkg
28 stars 35 forks source link

SentinelOne recipe failure for missing python module #170

Closed humanendpoint closed 2 years ago

humanendpoint commented 2 years ago

Seems I cannot find the sentinelone-management-sdk-0.9.8.tar.gz package, referenced in SentinelOneInfoProvider.py:

from management.mgmtsdk_v2.mgmt import Management
except ImportError:
    # pip install sentinelone-management-sdk-0.9.8.tar.gz
    raise ImportError('Requires SentinelOne Management SDK')

I found info about nexus-sdk which I am sure isn't what this is, any chance for pointers where to find this tarball? pip surely doesn't have it :)

n8felton commented 2 years ago

I don't have access to S1 anymore to check, but my notes show it is available at https://<yourhost>.sentinelone.net/apidoc/sdk/sentinel-mgmt-sdk-0.9.8.tar.gz

There may be a new version available, which I think you can browse to check by visiting https://<yourhost>.sentinelone.net/apidoc

Hope this helps!

humanendpoint commented 2 years ago

Much appreciated! FWIW, the current link is https://.sentinelone.net/apidoc/sdk/sentinel-mgmt-sdk.tar.gz