snowflakedb / SnowAlert

Security Analytics Using The Snowflake Data Warehouse
Apache License 2.0
180 stars 57 forks source link

GSE-3598 #660

Closed sfc-gh-kpatil closed 4 months ago

sfc-gh-kpatil commented 4 months ago

Changing auth method with JAMF. Moving to client credentials as JAMF is phasing out, basic auth.

this was tested by running the connector locally and verifying that the data is filled in jamf_inventory_connection table

sfc-gh-afedorov commented 4 months ago

chatted just now and instead of assert we could also improve SnowAlert Data Connectors by creating a general class AuthenticationError(RuntimeError) and raise AuthenticationError(...) from the connector code