Skip to content

New Connectors & Improvements

Compare
Choose a tag to compare
@sfc-gh-afedorov sfc-gh-afedorov released this 21 Jan 17:50
· 243 commits to master since this release

Data Connectors

  • the new Azure Inventory & Configuration Connector gathers configuration and inventory into 23 tables for a given Azure Tenant, deprecating the Azure VM and Azure Subscription Connectors. The original set is intended to support upcoming CIS coverage, but #373 adds MS Intune support, as well.
  • the new Salesforce Event Log gathers event logs from the Salesforce API, written and documented by @hh-jamesweakley, thank you kindly!
  • the AWS Inventory & Configuration Connector has new documentation and some improvements to support collecting logs from multiple organizations, deprecating the AWS Inventory, Config, and Account Connectors. many thanks to @blackstatic (jeff.fellinge@outreach.io) for his tireless help getting the documentation in order.
  • the AWS Inventory & Configuration Connector can now collect from a single account (just include it as a "master" account and errors in organizations list-accounts fall back to collecting from that account alone)
  • 4e88c05 fixes the Jamf Connector to ignore intermittent errors from the API

WebUI

  • a9008b6 adds the ability for the web operator to set a default user role and database instead of using the individual users' Snowflake defaults, creating a smoother onboarding experience. Many thanks to @jamesweakley for both thinking of this improvement, implementing, and documenting it!
  • large chunk of tech debt has been processed, with all deprecated frontend dependencies upgraded or replaced
  • minor UX tweaks like b2795ac to fix text overflow in rule titles