Infra, AWS Collection, and WebUI improvements
sfc-gh-afedorov
released this
06 Dec 18:07
·
339 commits
to master
since this release
Infra
- CloudFormation Templates are now included in
./infra/cfn
(#362)
Thank you @maestro-jamesweakley (aka @jamesweakley) for contributing this to the release!
Connectors
The AWS Collection Connector has gotten a performance and reliability boost, designed to handle collection for even the largest organizations.
- AWS Collector has more accurate table name (efac7a6)
- AWS Collection bug fixes & speed optimizations (#363)
- AWS Collector iterates over all regions (7760e2d)
WebUI
The WebUI is moving out of a "work in progress" and into a "designed for production" state.
- Adds redirect-to-login fallback on auth errors in WebUI (3fe911e)
- Fixes server crash on invalid OAuth tokens (eb2984e)
- Use user's default db instead of environment variable in WebUI (ce42b77)
- Fix db connection cache persisting between requests (cc2ddec)
- Rename
REGION
envar toSA_REGION
(9582d1c)
Runners
Minor maintenance and fixes in runners.
- Fixes Violations runners to properly populate
query_name
field (7bd53ec)
Installer
- Fixed installer to allow reruns to reset user PK without errors (f31073c)